From 3b1b8dee3e7fe4c335bddca012efcee9df1508a1 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 12 Feb 2026 19:56:36 +0100 Subject: [PATCH] gnu: conda-bootstrap: Avoid propagated-inputs. * gnu/packages/package-management.scm (conda-bootstrap)[propagated-inputs]: Move all to... [inputs]: ...here. Change-Id: I7c4ee5a0bf87cce2d75ff8f71c3f4f594828e6a4 --- gnu/packages/package-management.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 6ffc232fb9..a4a94d0aac 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