sharlatan pushed a commit to branch master in repository guix. commit 269e090f64b27f6421866abb839aea385c4b41c8 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sat May 10 21:40:32 2025 +0100
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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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