diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-25 22:03:51 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-25 22:03:56 +0000 |
| commit | a06695ec55307fcdcd444b9a685673b80cff14e1 (patch) | |
| tree | 287dd5aa8c5335aabf016b983baf6ed2a61de353 /gnu/packages/python-xyz.scm | |
| parent | 613fe421eaa67b25713eec88a938b78b103e96cb (diff) | |
gnu: dosage: Move propagated inputs to inputs.
* gnu/packages/python-xyz.scm (dosage):
[propagated-inputs]: Move all from here ...
[inputs]: ... to here.
Change-Id: I6011792473f352324e99441dd8a92c301af6fe02
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 47502c0ab2c..a5bbc345c2e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6221,7 +6221,7 @@ files are easily readable and they work nicely with version control systems.") python-responses python-setuptools python-setuptools-scm)) - (propagated-inputs + (inputs (list python-imagesize python-importlib-resources python-lxml |
