easyeffects: don't overuse with lib;
https://github.com/NixOS/nixpkgs/issues/208242
This commit is contained in:
@@ -115,13 +115,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
|
|
||||||
description = "Audio effects for PipeWire applications";
|
description = "Audio effects for PipeWire applications";
|
||||||
homepage = "https://github.com/wwmm/easyeffects";
|
homepage = "https://github.com/wwmm/easyeffects";
|
||||||
license = licenses.gpl3Plus;
|
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ getchoo ];
|
license = lib.licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
maintainers = with lib.maintainers; [ getchoo ];
|
||||||
mainProgram = "easyeffects";
|
mainProgram = "easyeffects";
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user