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:
@@ -287,7 +287,7 @@ let
|
|||||||
makeDesktopItem = import ../build-support/make-desktopitem {
|
makeDesktopItem = import ../build-support/make-desktopitem {
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
makeInitrd = {contents}: import ../build-support/kernel/make-initrd.nix {
|
makeInitrd = {contents}: import ../build-support/kernel/make-initrd.nix {
|
||||||
inherit stdenv perl cpio contents;
|
inherit stdenv perl cpio contents;
|
||||||
};
|
};
|
||||||
@@ -1835,7 +1835,7 @@ let
|
|||||||
ghc = ghc642Binary;
|
ghc = ghc642Binary;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc683 = recurseIntoAttrs (import ./haskell-packages.nix {
|
haskellPackages_ghc683 = recurseIntoAttrs (import ./haskell-packages.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
ghc = import ../development/compilers/ghc/6.8.3.nix {
|
ghc = import ../development/compilers/ghc/6.8.3.nix {
|
||||||
@@ -2297,7 +2297,7 @@ let
|
|||||||
jdtsdk = import ../development/eclipse/jdt-sdk {
|
jdtsdk = import ../development/eclipse/jdt-sdk {
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
};
|
};
|
||||||
|
|
||||||
guileLib = import ../development/guile-modules/guile-lib {
|
guileLib = import ../development/guile-modules/guile-lib {
|
||||||
inherit fetchurl stdenv guile texinfo;
|
inherit fetchurl stdenv guile texinfo;
|
||||||
};
|
};
|
||||||
@@ -3266,7 +3266,7 @@ let
|
|||||||
isocodes = import ../development/libraries/iso-codes {
|
isocodes = import ../development/libraries/iso-codes {
|
||||||
inherit stdenv fetchurl gettext python;
|
inherit stdenv fetchurl gettext python;
|
||||||
};
|
};
|
||||||
|
|
||||||
jasper = import ../development/libraries/jasper {
|
jasper = import ../development/libraries/jasper {
|
||||||
inherit fetchurl stdenv unzip xlibs libjpeg;
|
inherit fetchurl stdenv unzip xlibs libjpeg;
|
||||||
};
|
};
|
||||||
@@ -4578,7 +4578,7 @@ let
|
|||||||
alsaLib = import ../os-specific/linux/alsa-lib {
|
alsaLib = import ../os-specific/linux/alsa-lib {
|
||||||
inherit stdenv fetchurl;
|
inherit stdenv fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
alsaUtils = import ../os-specific/linux/alsa-utils {
|
alsaUtils = import ../os-specific/linux/alsa-utils {
|
||||||
inherit stdenv fetchurl alsaLib gettext ncurses;
|
inherit stdenv fetchurl alsaLib gettext ncurses;
|
||||||
};
|
};
|
||||||
@@ -5643,7 +5643,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
audacity = import ../applications/audio/audacity {
|
audacity = import ../applications/audio/audacity {
|
||||||
inherit fetchurl stdenv gettext pkgconfig zlib perl intltool libogg
|
inherit fetchurl stdenv gettext pkgconfig zlib perl intltool libogg
|
||||||
libvorbis libmad;
|
libvorbis libmad;
|
||||||
inherit (gtkLibs) gtk glib;
|
inherit (gtkLibs) gtk glib;
|
||||||
wxGTK = wxGTK28;
|
wxGTK = wxGTK28;
|
||||||
@@ -6591,7 +6591,7 @@ let
|
|||||||
panotools = import ../applications/graphics/panotools {
|
panotools = import ../applications/graphics/panotools {
|
||||||
inherit stdenv fetchsvn libpng libjpeg libtiff automake libtool autoconf;
|
inherit stdenv fetchsvn libpng libjpeg libtiff automake libtool autoconf;
|
||||||
};
|
};
|
||||||
|
|
||||||
pavucontrol = import ../applications/audio/pavucontrol {
|
pavucontrol = import ../applications/audio/pavucontrol {
|
||||||
inherit fetchurl stdenv pkgconfig pulseaudio libsigcxx
|
inherit fetchurl stdenv pkgconfig pulseaudio libsigcxx
|
||||||
libcanberra intltool gettext;
|
libcanberra intltool gettext;
|
||||||
@@ -7772,12 +7772,12 @@ 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
|
||||||
# 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