lzwolf: pin SDL2_mixer to 2.0.x

This commit is contained in:
superherointj 2023-02-27 16:41:58 -03:00
parent 71aac402cc
commit 87cb67b8c6
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
stdenv.mkDerivation rec {
pname = "lzwolf";
# Fix-Me: Remember to remove SDL2_mixer pin (at top-level) on next lzwolf upgrade.
version = "unstable-2022-01-04";
src = fetchFromBitbucket {
@ -13,6 +14,7 @@ stdenv.mkDerivation rec {
rev = "6e470316382b87378966f441e233760ce0ff478c";
sha256 = "sha256-IbZleY2FPyW3ORIGO2YFXQyAf1l9nDthpJjEKTTsilM=";
};
nativeBuildInputs = [ p7zip cmake ];
buildInputs = [
SDL2 bzip2 zlib libjpeg SDL2_mixer SDL2_net libsndfile mpg123

View File

@ -9663,7 +9663,7 @@ with pkgs;
lzop = callPackage ../tools/compression/lzop { };
lzwolf = callPackage ../games/lzwolf { };
lzwolf = callPackage ../games/lzwolf { SDL2_mixer = SDL2_mixer_2_0; };
macchanger = callPackage ../os-specific/linux/macchanger { };