1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: r-hdwgcna: Use R build system phases.

* gnu/packages/bioinformatics.scm (r-hdwgcna)[arguments]: Explicitly select
%STANDARD-PHASES from r-build-system module.

Change-Id: I8f6593ab1243884827698cf84d34d9f7aef5c28c
This commit is contained in:
Ricardo Wurmus 2024-11-11 20:45:16 +01:00
parent c0260cafe5
commit b790db7589
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1102,7 +1102,7 @@ with DNA methylation micro-array data.")
#:imported-modules
`(,@%r-build-system-modules (guix build minify-build-system))
#:phases
'(modify-phases %standard-phases
'(modify-phases (@ (guix build r-build-system) %standard-phases)
(add-after 'unpack 'process-javascript
(lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "docs/deps/"