mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: mudskipper: Build with cmake-minimal.
* gnu/packages/bioinformatics.scm (mudskipper)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I3af7ced7a0547900aa3f452d0b56ceac2e8d0a0c
This commit is contained in:
parent
cd7fb8ce91
commit
5703914e93
1 changed files with 1 additions and 1 deletions
|
@ -22623,7 +22623,7 @@ (define-public mudskipper
|
|||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-rust-htslib" ,rust-rust-htslib-0.38))))
|
||||
(native-inputs
|
||||
(list cmake pkg-config))
|
||||
(list cmake-minimal pkg-config))
|
||||
(inputs
|
||||
(list zlib xz))
|
||||
(home-page "https://github.com/OceanGenomics/mudskipper")
|
||||
|
|
Loading…
Reference in a new issue