1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #6347 from codyopel/lamebr

lame: move to libraries & fix license
This commit is contained in:
William A. Kennington III 2015-02-14 16:08:34 -08:00
commit b1fef78b8f
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = {
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
homepage = http://lame.sourceforge.net;
license = licenses.lgpl;
license = licenses.lgpl2;
maintainers = with maintainers; [ codyopel ];
platforms = platforms.all;
};

View file

@ -10581,7 +10581,7 @@ let
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
lame = callPackage ../applications/audio/lame { };
lame = callPackage ../development/libraries/lame { };
larswm = callPackage ../applications/window-managers/larswm { };