syntax change

This commit is contained in:
Yann Dupont 2023-04-07 21:28:27 +02:00
parent 978aaef05b
commit 486eedf3a9

View file

@ -1,6 +1,5 @@
(define-module (glicid-tainted packages staging)
#:use-module (guix gexp)
#:use-module (guix utils)
#:use-module (guix download)
#:use-module (guix packages)
#:use-module (guix build-system python)
@ -87,7 +86,9 @@
"1n04pr8ri06q6ngyi8wnw13vhhw2w7kkhn87zrkbjjw49v157xzg"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(list
#:phases
#~(modify-phases %standard-phases
(delete 'check)
(delete 'sanity-check)
(add-before 'build 'pretend-version
@ -95,10 +96,7 @@
;; without the git metadata available, the version string is set to
;; '0.0.0'.
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
)))
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
(propagated-inputs (list python-h5py
python-nest-asyncio