gnu: bitshuffle: Let build phase return #t.

* gnu/packages/compression.scm (bitshuffle)[arguments]: Let
"make-required-dir" return #t.
This commit is contained in:
Ricardo Wurmus 2017-11-18 12:51:22 +01:00
parent 653f2b92b9
commit b8e2af9a05
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1047,7 +1047,8 @@ (define-public bitshuffle
(modify-phases %standard-phases
(add-before 'check 'make-required-dir
(lambda _
(mkdir-p "bitshuffle/plugin"))))))
(mkdir-p "bitshuffle/plugin")
#t)))))
(inputs
`(("numpy" ,python-numpy)
("h5py" ,python-h5py)