Added VICE, a Commodore 64 emulator

svn path=/nixpkgs/trunk/; revision=15626
This commit is contained in:
Sander van der Burg 2009-05-17 14:00:20 +00:00
parent 24b76784e1
commit 1b7f187af2

View File

@ -7779,6 +7779,12 @@ 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;
};
wine =
if system == "x86_64-linux" then
# Can't build this in 64-bit; use a 32-bit build instead.