mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: python-envs: Propagate python-click.
The new sanity-check found that we forgot to do that. * gnu/packages/python-xyz.scm (python-envs)[propagated-inputs]: Add python-click. Change-Id: I1106a370ca4a15435d2315fcea246b398db666b2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
936ff6ce10
commit
b7ab916140
1 changed files with 2 additions and 0 deletions
|
|
@ -1065,6 +1065,8 @@ packaging tasks.")
|
|||
(list #:test-backend #~'unittest))
|
||||
(native-inputs
|
||||
(list python-poetry-core))
|
||||
(propagated-inputs
|
||||
(list python-click))
|
||||
(home-page "https://github.com/capless/envs")
|
||||
(synopsis "Easy access of environment variables from Python")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue