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 | |
| 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
| -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.") | |||
| 6221 | python-responses | 6221 | python-responses |
| 6222 | python-setuptools | 6222 | python-setuptools |
| 6223 | python-setuptools-scm)) | 6223 | python-setuptools-scm)) |
| 6224 | (propagated-inputs | 6224 | (inputs |
| 6225 | (list python-imagesize | 6225 | (list python-imagesize |
| 6226 | python-importlib-resources | 6226 | python-importlib-resources |
| 6227 | python-lxml | 6227 | python-lxml |
