Added VICE, a Commodore 64 emulator
svn path=/nixpkgs/trunk/; revision=15626
This commit is contained in:
@@ -7779,6 +7779,12 @@ let
|
|||||||
sqlite subversion pysqlite;
|
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 =
|
wine =
|
||||||
if system == "x86_64-linux" then
|
if system == "x86_64-linux" then
|
||||||
# Can't build this in 64-bit; use a 32-bit build instead.
|
# Can't build this in 64-bit; use a 32-bit build instead.
|
||||||
|
|||||||
Reference in New Issue
Block a user