···1{ stdenv, lib, fetchhg, cmake, pkg-config, makeWrapper, callPackage
2-, soundfont-fluid, SDL, libGL, glew, bzip2, zlib, libjpeg, fluidsynth, openssl, gtk2, python3, libgme
3, serverOnly ? false
4}:
5···2930 # I have no idea why would SDL and libjpeg be needed for the server part!
31 # But they are.
32- buildInputs = [ openssl bzip2 zlib SDL libjpeg sqlite libgme ]
33 ++ lib.optionals (!serverOnly) [ libGL glew fmod fluidsynth gtk2 ];
3435 nativeBuildInputs = [ cmake pkg-config makeWrapper python3 ];
···1{ stdenv, lib, fetchhg, cmake, pkg-config, makeWrapper, callPackage
2+, soundfont-fluid, SDL, libGL, glew, bzip2, zlib, libjpeg, fluidsynth, openssl, gtk2, python3, game-music-emu
3, serverOnly ? false
4}:
5···2930 # I have no idea why would SDL and libjpeg be needed for the server part!
31 # But they are.
32+ buildInputs = [ openssl bzip2 zlib SDL libjpeg sqlite game-music-emu ]
33 ++ lib.optionals (!serverOnly) [ libGL glew fmod fluidsynth gtk2 ];
3435 nativeBuildInputs = [ cmake pkg-config makeWrapper python3 ];
+1
pkgs/top-level/aliases.nix
···717 liberation_ttf_v2_from_source = throw "'liberation_ttf_v2_from_source' has been renamed to/replaced by 'liberation_ttf_v2'"; # Converted to throw 2022-02-22
718 liberationsansnarrow = throw "'liberationsansnarrow' has been renamed to/replaced by 'liberation-sans-narrow'"; # Converted to throw 2022-02-22
719 libgksu = throw "libgksu has been removed"; # Added 2022-01-16
0720 libgnome_keyring = throw "'libgnome_keyring' has been renamed to/replaced by 'libgnome-keyring'"; # Converted to throw 2022-02-22
721 libgnome_keyring3 = throw "'libgnome_keyring3' has been renamed to/replaced by 'libgnome-keyring3'"; # Converted to throw 2022-02-22
722 libgpgerror = libgpg-error; # Added 2021-09-04
···717 liberation_ttf_v2_from_source = throw "'liberation_ttf_v2_from_source' has been renamed to/replaced by 'liberation_ttf_v2'"; # Converted to throw 2022-02-22
718 liberationsansnarrow = throw "'liberationsansnarrow' has been renamed to/replaced by 'liberation-sans-narrow'"; # Converted to throw 2022-02-22
719 libgksu = throw "libgksu has been removed"; # Added 2022-01-16
720+ libgme = game-music-emu; # Added 2022-07-20
721 libgnome_keyring = throw "'libgnome_keyring' has been renamed to/replaced by 'libgnome-keyring'"; # Converted to throw 2022-02-22
722 libgnome_keyring3 = throw "'libgnome_keyring3' has been renamed to/replaced by 'libgnome-keyring3'"; # Converted to throw 2022-02-22
723 libgpgerror = libgpg-error; # Added 2021-09-04