mirror of
https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git
synced 2025-04-28 17:28:35 +02:00
syntax change
This commit is contained in:
parent
978aaef05b
commit
486eedf3a9
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue