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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user