From afedd59cfbcea2d4ab871487c23b2c6c32c5ae2a Mon Sep 17 00:00:00 2001 From: Jacob Sowder Date: Sat, 30 Nov 2024 11:35:15 -0500 Subject: [PATCH] Removed some unecessary substitutes and comments from package definition. --- my-packages/my-games.scm | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/my-packages/my-games.scm b/my-packages/my-games.scm index 4210769..1a7f3a3 100644 --- a/my-packages/my-games.scm +++ b/my-packages/my-games.scm @@ -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