Loading pkgs/by-name/zm/zmusic/package.nix +2 −5 Original line number Diff line number Diff line Loading @@ -29,9 +29,7 @@ stdenv.mkDerivation rec { "dev" ]; patches = [ ./fluidsynth.patch ]; patches = [ ./fluidsynth.patch ]; postPatch = '' substituteInPlace source/mididevices/music_fluidsynth_mididevice.cpp \ Loading @@ -46,12 +44,11 @@ stdenv.mkDerivation rec { ]; buildInputs = [ alsa-lib fluidsynth libsndfile mpg123 zlib ]; ] ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib ]; meta = { description = "GZDoom's music system as a standalone library"; Loading Loading
pkgs/by-name/zm/zmusic/package.nix +2 −5 Original line number Diff line number Diff line Loading @@ -29,9 +29,7 @@ stdenv.mkDerivation rec { "dev" ]; patches = [ ./fluidsynth.patch ]; patches = [ ./fluidsynth.patch ]; postPatch = '' substituteInPlace source/mididevices/music_fluidsynth_mididevice.cpp \ Loading @@ -46,12 +44,11 @@ stdenv.mkDerivation rec { ]; buildInputs = [ alsa-lib fluidsynth libsndfile mpg123 zlib ]; ] ++ lib.optionals stdenv.hostPlatform.isLinux [ alsa-lib ]; meta = { description = "GZDoom's music system as a standalone library"; Loading