me
/
guix
Archived
1
0
Fork 0

gnu: packages/astronomy: Minimize import from python build system.

* gnu/packages/astronomy.scm: Select just pypi-uri from python build
system module.

Change-Id: I1b02cdd24a6456d58136ee126f7bdb2a01dce9b4
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Sharlatan Hellseher 2024-05-20 23:12:31 +01:00 committed by Andrew Tropin
parent adb56c3666
commit ab0af70306
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
#:use-module (guix build-system copy) #:use-module (guix build-system copy)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix build-system meson) #:use-module (guix build-system meson)
#:use-module (guix build-system python) #:use-module ((guix build-system python) #:select (pypi-uri))
#:use-module (guix build-system pyproject) #:use-module (guix build-system pyproject)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix gexp) #:use-module (guix gexp)