diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-10 21:40:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-12 20:25:41 +0100 |
| commit | 269e090f64b27f6421866abb839aea385c4b41c8 (patch) | |
| tree | 530a72366f24b084b30e77206f659687c7368ed7 /gnu/packages/python-xyz.scm | |
| parent | 1197093d7cd1334d1f848301cec77984a4b92838 (diff) | |
gnu: nikola: Adjust inputs.
As it's the final program and not a future Python library to keep
runtime dependencies in propagated input is not required, this change
swaps to inputs.
* gnu/packages/python-xyz.scm: Swap PROPAGATED-INPUTS to INPUTS.
Change-Id: Ib388f8515b6785348562ede96e88344d3c511b54
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 00bab27be6..78ca52c932 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37569,7 +37569,7 @@ these linters: @code{pycodestlye}, @code{pyflakes}") python-pytest python-setuptools python-wheel)) - (propagated-inputs + (inputs (list python-babel python-blinker python-dateutil |
