|
|
|
|
@ -137,8 +137,6 @@
|
|
|
|
|
"-DDYN_GTK=off"
|
|
|
|
|
"-DDYN_MPG123=off"
|
|
|
|
|
"-DDYN_SNDFILE=off"
|
|
|
|
|
|
|
|
|
|
;; Pointing CMake to precompiled binaries in library so that they can be statically linked into
|
|
|
|
|
)
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
@ -146,20 +144,7 @@
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "src/CMakeLists.txt"
|
|
|
|
|
(("command /bin/sh")
|
|
|
|
|
(string-append "command " (which "sh"))))
|
|
|
|
|
;; (substitute*
|
|
|
|
|
;; "libraries/zmusic/mididevices/music_fluidsynth_mididevice.cpp"
|
|
|
|
|
;; (("/usr/share/sounds/sf2/fluidr3_gm.sf2")
|
|
|
|
|
;; (search-input-file inputs
|
|
|
|
|
;; "share/soundfonts/fluidr3mono_gm.sf3")))
|
|
|
|
|
;; (substitute*
|
|
|
|
|
;; "libraries/zmusic/mididevices/music_timiditypp_mididevice.cpp"
|
|
|
|
|
;; (("(exename = \")(timidity)(\".*)" _ prefix exe suffix)
|
|
|
|
|
;; (string-append prefix
|
|
|
|
|
;; (search-input-file inputs
|
|
|
|
|
;; (string-append "bin/" exe))
|
|
|
|
|
;; suffix)))
|
|
|
|
|
)))))
|
|
|
|
|
(string-append "command " (which "sh")))))))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(inputs (list bzip2
|
|
|
|
|
fluid-3
|
|
|
|
|
|