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: I4928ad51bb915494d5234c48cc1d638dd4aa0acamaster
parent
70386806e1
commit
8444c7b0dc
|
@ -20,7 +20,7 @@
|
||||||
(define-module (gnu packages magic-wormhole)
|
(define-module (gnu packages magic-wormhole)
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (guix build-system pyproject)
|
#: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 download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
|
|
Reference in New Issue