more simplification

This commit is contained in:
Yann Dupont 2021-10-24 21:46:00 +02:00
parent 5cc7c177b5
commit 65602b11e0

View file

@ -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)