Commented out audacity since /etc/nixos/nixpkgs/pkgs/applications/audio/audacity doesnt exist (probably someone forgot to commit it)
svn path=/nixpkgs/trunk/; revision=9546
This commit is contained in:
parent
98b2568a0f
commit
ae7d316684
@ -3387,13 +3387,13 @@ rec {
|
|||||||
libstdcpp = gcc33.gcc;
|
libstdcpp = gcc33.gcc;
|
||||||
};
|
};
|
||||||
|
|
||||||
audacity = import ../applications/audio/audacity {
|
# audacity = import ../applications/audio/audacity {
|
||||||
inherit fetchurl libogg libvorbis libsndfile libmad
|
# inherit fetchurl libogg libvorbis libsndfile libmad
|
||||||
pkgconfig gettext;
|
# pkgconfig gettext;
|
||||||
inherit (gtkLibs) gtk glib;
|
# inherit (gtkLibs) gtk glib;
|
||||||
wxGTK = wxGTK28;
|
# wxGTK = wxGTK28;
|
||||||
stdenv = overrideGCC stdenv gcc41NPTL;
|
# stdenv = overrideGCC stdenv gcc41NPTL;
|
||||||
};
|
# };
|
||||||
|
|
||||||
batik = import ../applications/graphics/batik {
|
batik = import ../applications/graphics/batik {
|
||||||
inherit fetchurl stdenv unzip;
|
inherit fetchurl stdenv unzip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user