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:
Sharlatan Hellseher 2024-03-23 18:57:28 +00:00
parent 70386806e1
commit 8444c7b0dc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)