mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: magic-wormhole: Limit amount of loaded symbols.
Select only 'pypi-uri from (gnu build-system python) exported symbols, rest is not required as the whole module uses just pyproject-build-system. Change-Id: I4928ad51bb915494d5234c48cc1d638dd4aa0aca
This commit is contained in:
parent
70386806e1
commit
8444c7b0dc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
(define-module (gnu packages magic-wormhole)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module ((guix build-system python) #:select (pypi-uri))
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix packages)
|
||||
|
|
Loading…
Reference in a new issue