3
0
Fork 0
forked from mirrors/nixpkgs

Tell hydra to build audacity.

svn path=/nixpkgs/trunk/; revision=25780
This commit is contained in:
Lluís Batlle i Rossell 2011-02-05 21:08:12 +00:00
parent 4f87b5338c
commit 16d91fa949

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
description = "Sound editor with graphical UI";
homepage = http://audacity.sourceforge.net;
license = "GPLv2+";
platforms = with stdenv.lib.platforms; linux;
};
}