me
/
guix
Archived
1
0
Fork 0

gnu: setbfree: Update to 0.8.12.

* gnu/packages/music.scm (setbfree): Update to 0.8.12.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:09 +02:00
parent e401eff977
commit 4b17711cbc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2635,7 +2635,7 @@ Paul), and specifically the PaulXStretch version from Xenakios.")
(define-public setbfree
(package
(name "setbfree")
(version "0.8.11")
(version "0.8.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2644,7 +2644,7 @@ Paul), and specifically the PaulXStretch version from Xenakios.")
(file-name (git-file-name name version))
(sha256
(base32
"1s3ps3cjwlm63ml4izb7mizy8ci5pl9a19lvz62xf0br089h3afc"))))
"1lzrrpm57pilvwxpr1qhnx6273md2k96ygxjlhi5gqjdl0nl3z95"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
@ -2663,7 +2663,7 @@ Paul), and specifically the PaulXStretch version from Xenakios.")
#:phases
(modify-phases %standard-phases
(add-before 'build 'set-CC-variable
(lambda _ (setenv "CC" "gcc") #t))
(lambda _ (setenv "CC" "gcc")))
(delete 'configure))))
(inputs
(list jack-1