1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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)