gnu: fluidsynth: Update to 1.1.10.
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.10.
This commit is contained in:
parent
0c548d9875
commit
713b519eaa
|
@ -1030,7 +1030,7 @@ follower.")
|
||||||
(define-public fluidsynth
|
(define-public fluidsynth
|
||||||
(package
|
(package
|
||||||
(name "fluidsynth")
|
(name "fluidsynth")
|
||||||
(version "1.1.9")
|
(version "1.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1039,14 +1039,15 @@ follower.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0krvmb1idnf95l2ydzfcb08ayyx3n4m71hf9fgwv3srzaikvpf3q"))))
|
"04jlgq1d1hd8r9cnmkl3lgf1fgm7kgy4hh9nfddap41fm1wp121p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no check phase
|
'(#:tests? #f ; no check target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-libdir
|
(add-after 'unpack 'fix-libdir
|
||||||
(lambda _
|
(lambda _
|
||||||
|
;; Install libraries to /lib, not /lib64.
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("LIB_SUFFIX \\$\\{_init_lib_suffix\\}")
|
(("LIB_SUFFIX \\$\\{_init_lib_suffix\\}")
|
||||||
"LIB_SUFFIX \"\""))
|
"LIB_SUFFIX \"\""))
|
||||||
|
|
Loading…
Reference in New Issue