Enabled VICE again, which was commented out
svn path=/nixpkgs/trunk/; revision=15901
This commit is contained in:
parent
22474c3539
commit
1817c3acde
@ -7896,11 +7896,11 @@ let
|
|||||||
sqlite subversion pysqlite;
|
sqlite subversion pysqlite;
|
||||||
};
|
};
|
||||||
|
|
||||||
# vice = import ../misc/emulators/vice {
|
vice = import ../misc/emulators/vice {
|
||||||
# inherit stdenv fetchurl perl gettext libpng giflib libjpeg alsaLib readline mesa;
|
inherit stdenv fetchurl perl gettext libpng giflib libjpeg alsaLib readline mesa;
|
||||||
# inherit pkgconfig SDL makeDesktopItem autoconf automake;
|
inherit pkgconfig SDL makeDesktopItem autoconf automake;
|
||||||
# inherit (gtkLibs) gtk;
|
inherit (gtkLibs) gtk;
|
||||||
# };
|
};
|
||||||
|
|
||||||
wine =
|
wine =
|
||||||
if system == "x86_64-linux" then
|
if system == "x86_64-linux" then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user