mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: packages/algebra: Select only pypi-uri from python build-system.
python-build-system is no longer in use in this module but pyproject-build-system misses PYPI-URI symbol yet, this change load just it. * gnu/packages/algebra.scm: Load just PYPI-URI from python-build-system. Change-Id: Ic394f3ea3e9e068abc108fe2280582c855819cdf
This commit is contained in:
parent
d4819e6192
commit
f51ac16d2a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system pyproject)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module ((guix build-system python) #:select (pypi-uri))
|
||||
#:use-module (guix build-system r)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix gexp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue