gnu: packages/shellutils: Select only pypi-uri.

* gnu/packages/shellutils.scm: Select only PYPI-URI symbol from (guix
bulid-system python).

Change-Id: Ie54234882054f6f32c8b2a89d7d350934d3ef693
This commit is contained in:
Sharlatan Hellseher 2025-06-26 12:08:19 +01:00
parent fa1241aae8
commit f14f428701
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -48,7 +48,7 @@
#:use-module (guix build-system copy)
#:use-module (guix build-system gnu)
#:use-module (guix build-system go)
#:use-module (guix build-system python)
#:use-module ((guix build-system python) #:select (pypi-uri))
#:use-module (guix build-system pyproject)
#:use-module (gnu packages admin)
#:use-module (gnu packages autotools)