mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
more simplification
This commit is contained in:
parent
5cc7c177b5
commit
65602b11e0
1 changed files with 8 additions and 8 deletions
|
@ -481,14 +481,14 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||||
`("PYTHONPATH" ":" prefix (,PYTHONPATH))))
|
`("PYTHONPATH" ":" prefix (,PYTHONPATH))))
|
||||||
scripts)
|
scripts)
|
||||||
#t))))))
|
#t))))))
|
||||||
(outputs
|
; (outputs
|
||||||
'("out" "lib"))
|
; '("out" "lib"))
|
||||||
(native-inputs
|
; (native-inputs
|
||||||
`(("gperf" ,gperf)
|
; `(("gperf" ,gperf)
|
||||||
("pkg-config" ,pkg-config)
|
; ("pkg-config" ,pkg-config)
|
||||||
("python-cython" ,python-cython)
|
; ("python-cython" ,python-cython)
|
||||||
("python-sphinx" ,python-sphinx)
|
; ("python-sphinx" ,python-sphinx)
|
||||||
("yasm" ,yasm)))
|
; ("yasm" ,yasm)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue