mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Pin CMake dependency.
* gnu/packages/emulators.scm (python-keystone-engine, unicorn), * gnu/packages/freedesktop.scm (libdecor), * gnu/packages/gnome.scm (raider, xffm+), * gnu/packages/golang-xyz.scm (go-mvdan-cc-editorconfig), * gnu/packages/hardware.scm (liblxi, lxi-tools), * gnu/packages/mp3.scm (wavbreaker), * gnu/packages/pantheon.scm (pantheon-calculator, pantheon-calendar), * gnu/packages/plotutils.scm (asymptote), * gnu/packages/photo.scm (entangle), * gnu/packages/python-graphics.scm (python-pivy), * gnu/packages/python-xyz.scm (python-awkward-cpp, python-contourpy, python-symengine), * gnu/packages/syndication.scm (syndication-domination) * gnu/packages/qt.scm (soqt), * gnu/packages/vnc.scm (tigervnc-server) [native-inputs]: Change cmake to cmake-minimal. * gnu/packages/bioinformatics.scm (trinityrnaseq) [native-inputs]: Change cmake to cmake-minimal. [arguments]<#:phases>[install]: Remove deletion of uncreated files. Change-Id: I6ce8b737d9a21f83caad7b79b591e68a86f45fd0
This commit is contained in:
parent
633cb46186
commit
5873967ce7
16 changed files with 21 additions and 21 deletions
|
@ -7270,8 +7270,6 @@ bases are detected.")
|
|||
(bin (string-append #$output "/bin/")))
|
||||
(mkdir-p bin)
|
||||
(copy-recursively "." share)
|
||||
(delete-file (string-append share "/Chrysalis/build/CMakeFiles/CMakeOutput.log"))
|
||||
(delete-file (string-append share "/Inchworm/build/CMakeFiles/CMakeOutput.log"))
|
||||
|
||||
(wrap-program (string-append share "Trinity")
|
||||
`("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE")))
|
||||
|
@ -7325,7 +7323,7 @@ bases are detected.")
|
|||
(list coreutils
|
||||
gzip
|
||||
which))
|
||||
(native-inputs (list cmake))
|
||||
(native-inputs (list cmake-minimal))
|
||||
(home-page "https://github.com/trinityrnaseq/trinityrnaseq/wiki")
|
||||
(synopsis "Trinity RNA-Seq de novo transcriptome assembly")
|
||||
(description "Trinity assembles transcript sequences from Illumina RNA-Seq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue