1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: conda-bootstrap: Avoid propagated-inputs.

* gnu/packages/package-management.scm (conda-bootstrap)[propagated-inputs]:
Move all to...
[inputs]: ...here.

Change-Id: I7c4ee5a0bf87cce2d75ff8f71c3f4f594828e6a4
This commit is contained in:
Danny Milosavljevic
2026-02-12 19:56:36 +01:00
parent a3a998141b
commit 3b1b8dee3e

View File

@@ -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