diff options
| author | Greg Hogan <code@greghogan.com> | 2025-11-17 15:20:21 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 11:37:03 +0000 |
| commit | d508545feff85d7cdc9611aecdfba67bf79681e9 (patch) | |
| tree | 828260fb5dfd2304ee295bf1345ffcc35962c783 | |
| parent | 9a2ab57967086f6466dc0f692456883a7f90b127 (diff) | |
gnu: libdjinterop: Mark tests as disabled.
* gnu/packages/audio.scm (libdjinterop)[arguments]<#:tests?>: Unset.
Change-Id: I3fcb2b9ec7b2d332987fbe5ab65282819bdf398c
| -rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ed8f6caa68a..b5519ee9867 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2044,6 +2044,8 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.") (sha256 (base32 "0g0yfmwmrkvrkvynx84bays6jph3wq2hq1md5ylr7n5a8g0c17hn")))) (build-system cmake-build-system) + (arguments + (list #:tests? #f)) (native-inputs (list boost pkg-config)) (inputs |
