gnu: r-rhdf5: Fix build phase.

* gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Fix "unpack-smallhdf5"
phase.
This commit is contained in:
Ricardo Wurmus 2017-11-27 12:09:26 +01:00
parent 9071581bf5
commit 35e78aaa25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8316,11 +8316,6 @@ (define-public r-rhdf5
(lambda* (#:key outputs #:allow-other-keys)
(system* "tar" "-xzvf"
"src/hdf5source/hdf5small.tgz" "-C" "src/" )
(substitute* "src/Makevars"
(("^.*cd hdf5source &&.*$") "")
(("^.*gunzip -dc hdf5small.tgz.*$") "")
(("^.*rm -rf hdf5.*$") "")
(("^.*mv hdf5source/hdf5 ..*$") ""))
(substitute* "src/hdf5/configure"
(("/bin/mv") "mv"))
#t)))))