mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
lzwolf: pin SDL2_mixer to 2.0.x
This commit is contained in:
parent
71aac402cc
commit
87cb67b8c6
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user