guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: magic-wormhole: Limit amount of loaded symbols.


From: guix-commits
Subject: 08/12: gnu: magic-wormhole: Limit amount of loaded symbols.
Date: Sat, 23 Mar 2024 16:59:39 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 8444c7b0dca328afeabd7b74c9e30df0ba0a6491
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Mar 23 18:57:28 2024 +0000

    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
---
 gnu/packages/magic-wormhole.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/magic-wormhole.scm b/gnu/packages/magic-wormhole.scm
index 582c91cb1e..d65bf0e30c 100644
--- a/gnu/packages/magic-wormhole.scm
+++ b/gnu/packages/magic-wormhole.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]