me
/
guix
Archived
1
0
Fork 0

gnu: libmixed: Update to 2.0-1.9b2668e.

* gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e.
  [arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Sharlatan Hellseher 2023-05-15 21:26:54 +01:00 committed by Guillaume Le Vaillant
parent ed60a524fb
commit 90675cbe35
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 7 deletions

View File

@ -3965,8 +3965,8 @@ encode and decode wavpack files.")
(define-public libmixed
;; Release is much outdated.
(let ((commit "91e6b9f2438bca41205fade02c9d8f4f938838b6")
(revision "0"))
(let ((commit "9b2668e0d85175b0e92864cfbf1b9e58f77c92e0")
(revision "1"))
(package
(name "libmixed")
(version (git-version "2.0" revision commit))
@ -3978,14 +3978,10 @@ encode and decode wavpack files.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "01vwgv8ivpg7a4y95krkgh656mmklsn1k3fmhwp474aj82grd3m4"))))
(base32 "0ql2h0hh4jl96sc9i6mk1d6qq261bvsfapinvzr9gx3lpzycpfb7"))))
(build-system cmake-build-system)
(arguments
(list
;; FIXME: (Sharlatan-20230326T121542+0100): Tests failed 1/34, 1 failed,
;; 33 passed. There is not simple way to disable just one test.
;; https://github.com/Shirakumo/libmixed/issues/13
#:tests? #f
#:configure-flags
#~(list "-DBUILD_STATIC=OFF"
"-DCMAKE_CXX_FLAGS=-O3 -fPIC"