summary refs log tree commit diff
path: root/pkgs/development/libraries/faac
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-12-07 23:03:16 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-12-07 23:03:42 +0100
commitc46d5ed3d749db02dbc9080b7aecfc3736b12cea (patch)
tree674198c11f8b177f4dbaba0a717be8d1766effb6 /pkgs/development/libraries/faac
parent50493458bd0b4f3051cf200e165c007efe7dbade (diff)
downloadnixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar.gz
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar.bz2
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar.lz
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar.xz
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.tar.zst
nixpkgs-c46d5ed3d749db02dbc9080b7aecfc3736b12cea.zip
Noting faac unfree. I think it is unfree, not LGPL.
Diffstat (limited to 'pkgs/development/libraries/faac')
-rw-r--r--pkgs/development/libraries/faac/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/faac/default.nix b/pkgs/development/libraries/faac/default.nix
index 8e79afb5f9e..8bfaaf3ea49 100644
--- a/pkgs/development/libraries/faac/default.nix
+++ b/pkgs/development/libraries/faac/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Open source MPEG-4 and MPEG-2 AAC encoder";
     homepage = http://www.audiocoding.com/faac.html;
-    license = "LGPL";
+    # Incompatible with GPL. Some changes to the base code, included in faac,
+    # are under LGPL though.
+    license = "unfree";
   };
 }