all-packages.nix: commented out package 'vice'

error: getting status of `/usr/local/src/nix-pkgs-current/pkgs/misc/emulators/vice': No such file or directory

svn path=/nixpkgs/trunk/; revision=15646
This commit is contained in:
Peter Simons
2009-05-18 13:53:01 +00:00
parent 85e16ee19e
commit 4b7fc6f5d6
+5 -5
View File
@@ -7772,11 +7772,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