3
0
Fork 0
forked from mirrors/nixpkgs

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:
Wouter den Breejen 2007-10-28 20:38:39 +00:00
parent 98b2568a0f
commit ae7d316684

View file

@ -3387,13 +3387,13 @@ rec {
libstdcpp = gcc33.gcc;
};
audacity = import ../applications/audio/audacity {
inherit fetchurl libogg libvorbis libsndfile libmad
pkgconfig gettext;
inherit (gtkLibs) gtk glib;
wxGTK = wxGTK28;
stdenv = overrideGCC stdenv gcc41NPTL;
};
# audacity = import ../applications/audio/audacity {
# inherit fetchurl libogg libvorbis libsndfile libmad
# pkgconfig gettext;
# inherit (gtkLibs) gtk glib;
# wxGTK = wxGTK28;
# stdenv = overrideGCC stdenv gcc41NPTL;
# };
batik = import ../applications/graphics/batik {
inherit fetchurl stdenv unzip;