mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
* Fix the gens-gs build (http://hydra.nixos.org/build/955354).
svn path=/nixpkgs/branches/x-updates/; revision=26297
This commit is contained in:
parent
440c82b96f
commit
37a95e0084
@ -10,6 +10,10 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ pkgconfig gtkLibs.gtk SDL nasm zlib libpng mesa ];
|
||||
|
||||
# Work around build failures on recent GTK+.
|
||||
# See http://ubuntuforums.org/showthread.php?p=10535837
|
||||
NIX_CFLAGS_COMPILE = "-UGTK_DISABLE_DEPRECATED -UGSEAL_ENABLE";
|
||||
|
||||
meta = {
|
||||
homepage = http://segaretro.org/Gens/GS;
|
||||
description = "A Genesis/Mega Drive emulator";
|
||||
|
Loading…
Reference in New Issue
Block a user