~ruther/guix-local

625cdc3fdeb16c422db8967e7bf7f4bcb424821e — Ricardo Wurmus 8 years ago fa5255f
gnu: star: Make reproducible.

* gnu/packages/bioinformatics.scm (star)[arguments]: Add build phase
"make-reproducible".
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +5 -0
@@ 5563,6 5563,11 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
       (modify-phases %standard-phases
         (add-after 'unpack 'enter-source-dir
           (lambda _ (chdir "source") #t))
         (add-after 'enter-source-dir 'make-reproducible
           (lambda _
             (substitute* "Makefile"
               (("(COMPILATION_TIME_PLACE=\")(.*)(\")" _ pre mid post)
                (string-append pre "Built with Guix" post)))))
         (add-after 'enter-source-dir 'do-not-use-bundled-htslib
           (lambda _
             (substitute* "Makefile"