mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Added VICE, a Commodore 64 emulator
svn path=/nixpkgs/trunk/; revision=15626
This commit is contained in:
parent
24b76784e1
commit
1b7f187af2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user