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:
Nicolas Graves 2025-11-01 16:56:10 +01:00 committed by Sharlatan Hellseher
parent 936ff6ce10
commit b7ab916140
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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