summary refs log tree commit diff
path: root/pkgs/development/libraries/faac
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2014-04-09 06:51:37 +0200
committerMathijs Kwik <mathijs@bluescreen303.nl>2014-04-10 11:57:20 +0200
commitbf929ef73b00bc699b3035274f4a60e68ba1cbd7 (patch)
tree19918fe5692e3c129089f3539320f4f965446f96 /pkgs/development/libraries/faac
parent4219eb430d0f41508ef153dcfed6b665bbe83ae8 (diff)
downloadnixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar.gz
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar.bz2
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar.lz
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar.xz
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.tar.zst
nixpkgs-bf929ef73b00bc699b3035274f4a60e68ba1cbd7.zip
faac is redistributable, hydra is allowed to build it.
Diffstat (limited to 'pkgs/development/libraries/faac')
-rw-r--r--pkgs/development/libraries/faac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/faac/default.nix b/pkgs/development/libraries/faac/default.nix
index 8bfaaf3ea49..2c4f8da7783 100644
--- a/pkgs/development/libraries/faac/default.nix
+++ b/pkgs/development/libraries/faac/default.nix
@@ -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";
   };
 }