3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-lpsymphony: Build reproducibly.

* gnu/packages/bioconductor.scm (r-lpsymphony)[arguments]: Add build phase
'make-build-order-reproducible.
This commit is contained in:
Ricardo Wurmus 2022-08-14 20:24:56 +02:00
parent 8337787720
commit 8e87bbde13
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7917,6 +7917,16 @@ coordinates.")
(base32
"0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
(build-system r-build-system)
(arguments
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'make-build-order-reproducible
(lambda _
(substitute* '("src/SYMPHONY/Cgl/configure.ac"
"src/SYMPHONY/Cgl/configure")
(("for file in `ls \\*/Makefile.in`")
"for file in `ls */Makefile.in | sort`")))))))
(inputs
(list zlib))
(native-inputs