mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user