mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #6347 from codyopel/lamebr
lame: move to libraries & fix license
This commit is contained in:
commit
b1fef78b8f
@ -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;
|
||||
};
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user