gnu: bitshuffle: Let build phase return #t.
* gnu/packages/compression.scm (bitshuffle)[arguments]: Let "make-required-dir" return #t.
This commit is contained in:
parent
653f2b92b9
commit
b8e2af9a05
|
@ -1047,7 +1047,8 @@ well as bzip2.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'make-required-dir
|
(add-before 'check 'make-required-dir
|
||||||
(lambda _
|
(lambda _
|
||||||
(mkdir-p "bitshuffle/plugin"))))))
|
(mkdir-p "bitshuffle/plugin")
|
||||||
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("numpy" ,python-numpy)
|
`(("numpy" ,python-numpy)
|
||||||
("h5py" ,python-h5py)
|
("h5py" ,python-h5py)
|
||||||
|
|
Loading…
Reference in New Issue