3
0
Fork 0
forked from mirrors/nixpkgs

Enabled VICE again, which was commented out

svn path=/nixpkgs/trunk/; revision=15901
This commit is contained in:
Sander van der Burg 2009-06-09 10:08:55 +00:00
parent 22474c3539
commit 1817c3acde

View file

@ -7896,11 +7896,11 @@ let
sqlite subversion pysqlite;
};
# vice = import ../misc/emulators/vice {
# inherit stdenv fetchurl perl gettext libpng giflib libjpeg alsaLib readline mesa;
# inherit pkgconfig SDL makeDesktopItem autoconf automake;
# inherit (gtkLibs) gtk;
# };
vice = import ../misc/emulators/vice {
inherit stdenv fetchurl perl gettext libpng giflib libjpeg alsaLib readline mesa;
inherit pkgconfig SDL makeDesktopItem autoconf automake;
inherit (gtkLibs) gtk;
};
wine =
if system == "x86_64-linux" then