Loading lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,11 @@ in mkLicense lset) ({ free = false; }; fraunhofer-fdk = { fullName = "Fraunhofer FDK AAC Codec Library"; spdxId = "FDK-AAC"; }; free = { fullName = "Unspecified free software license"; }; Loading pkgs/development/libraries/fdk-aac/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A high-quality implementation of the AAC codec from Android"; homepage = "https://sourceforge.net/projects/opencore-amr/"; license = licenses.asl20; license = licenses.fraunhofer-fdk; maintainers = with maintainers; [ codyopel ]; platforms = platforms.all; }; Loading Loading
lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,11 @@ in mkLicense lset) ({ free = false; }; fraunhofer-fdk = { fullName = "Fraunhofer FDK AAC Codec Library"; spdxId = "FDK-AAC"; }; free = { fullName = "Unspecified free software license"; }; Loading
pkgs/development/libraries/fdk-aac/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A high-quality implementation of the AAC codec from Android"; homepage = "https://sourceforge.net/projects/opencore-amr/"; license = licenses.asl20; license = licenses.fraunhofer-fdk; maintainers = with maintainers; [ codyopel ]; platforms = platforms.all; }; Loading