gnu: r-rhdf5: Fix build phase. * gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Fix "unpack-smallhdf5" phase.
1 files changed, 0 insertions(+), 5 deletions(-) M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +0 -5
@@ 8316,11 8316,6 @@ of gene-level counts.") (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)))))