diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-12 19:56:36 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-02-12 20:00:10 +0100 |
| commit | 3b1b8dee3e7fe4c335bddca012efcee9df1508a1 (patch) | |
| tree | ce02dee1363e0422d42cfcf710328068fa14d4a5 /gnu/packages/package-management.scm | |
| parent | a3a998141b09b44e1156efd644c8c7e0063e3a46 (diff) | |
gnu: conda-bootstrap: Avoid propagated-inputs.
* gnu/packages/package-management.scm (conda-bootstrap)[propagated-inputs]:
Move all to...
[inputs]: ...here.
Change-Id: I7c4ee5a0bf87cce2d75ff8f71c3f4f594828e6a4
Diffstat (limited to 'gnu/packages/package-management.scm')
| -rw-r--r-- | gnu/packages/package-management.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 6ffc232fb90..a4a94d0aac5 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -1640,7 +1640,7 @@ manage (install/update) them for you.") python-pytest-xprocess python-responses python-werkzeug)) - (propagated-inputs + (inputs (list python-archspec python-boltons python-boto3 @@ -1660,9 +1660,8 @@ manage (install/update) them for you.") python-setuptools python-tqdm python-truststore + python-wrapper ; for the tests test_init_all, test_initialize_dev_bash, test_initialize_dev_cmd_exe python-zstandard)) - (inputs - (list python-wrapper)) ; for the tests test_init_all, test_initialize_dev_bash, test_initialize_dev_cmd_exe (home-page "https://github.com/conda/conda") (synopsis "Cross-platform, OS-agnostic, system-level binary package manager") (description |
