mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
1197093d7c
commit
269e090f64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue