faac is redistributable, hydra is allowed to build it.

This commit is contained in:
Mathijs Kwik
2014-04-10 11:57:20 +02:00
parent 4219eb430d
commit bf929ef73b
+1 -1
View File
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://www.audiocoding.com/faac.html;
# Incompatible with GPL. Some changes to the base code, included in faac,
# are under LGPL though.
license = "unfree";
license = "unfree-redistributable";
};
}