3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/branches/x-updates/; revision=26297
This commit is contained in:
Eelco Dolstra 2011-03-14 10:54:10 +00:00
parent 440c82b96f
commit 37a95e0084

View file

@ -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";