mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
fa1241aae8
commit
f14f428701
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue