gnu: whisper-cpp: Enable tests.

* gnu/packages/machine-learning.scm (whisper-cpp)[arguments]<#:tests?>: Remove.

Change-Id: I71964e4f3d43ff02f6aa529bd66700bd8ab63687
This commit is contained in:
Danny Milosavljevic 2025-01-07 11:10:15 +01:00
parent 329daafcc3
commit b01e7b649f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -688,7 +688,6 @@ (define-public whisper-cpp
(build-system cmake-build-system)
(arguments
(list
#:tests? #false ; uhh. They have it commented out in CMakeLists.txt
#:configure-flags
#~(list "-DWHISPER_STANDALONE=TRUE"
"-DWHISPER_SDL2=TRUE"