gnu: imp: Build with default cmake.

* gnu/packages/bioinformatics.scm (imp)[arguments]: Remove cmake flag.
This commit is contained in:
Efraim Flashner 2021-12-09 14:39:22 +02:00
parent 2648d3207f
commit f0cc0e8f30
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9442,9 +9442,6 @@ (define-public imp
(build-system cmake-build-system)
(arguments
`(#:tests? #false ; The test suite is notoriously fickle
;; CMake 3.17 or newer is required for the CMAKE_TEST_ARGUMENTS used
;; below to have an effect.
#:cmake ,cmake
#:configure-flags
(let ((disabled-tests
'("expensive" ;exclude expensive tests