~ruther/guix-local

8444c7b0dca328afeabd7b74c9e30df0ba0a6491 — Sharlatan Hellseher 1 year, 11 months ago 7038680
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/magic-wormhole.scm
M gnu/packages/magic-wormhole.scm => gnu/packages/magic-wormhole.scm +1 -1
@@ 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)