mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00: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 = {
|
meta = {
|
||||||
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
|
description = "LAME is a high quality MPEG Audio Layer III (MP3) encoder";
|
||||||
homepage = http://lame.sourceforge.net;
|
homepage = http://lame.sourceforge.net;
|
||||||
license = licenses.lgpl;
|
license = licenses.lgpl2;
|
||||||
maintainers = with maintainers; [ codyopel ];
|
maintainers = with maintainers; [ codyopel ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
@ -10581,7 +10581,7 @@ let
|
|||||||
|
|
||||||
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
|
kubernetes = callPackage ../applications/networking/cluster/kubernetes { };
|
||||||
|
|
||||||
lame = callPackage ../applications/audio/lame { };
|
lame = callPackage ../development/libraries/lame { };
|
||||||
|
|
||||||
larswm = callPackage ../applications/window-managers/larswm { };
|
larswm = callPackage ../applications/window-managers/larswm { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user