quodlibet: remove usage of with lib

This commit is contained in:
Amadej Kastelic
2025-06-21 09:20:55 +02:00
parent b2fb85da54
commit 06d80984c4
@@ -171,7 +171,7 @@ python3.pkgs.buildPythonApplication {
gappsWrapperArgs+=(--prefix PATH : ${kakasi}/bin)
'';
meta = with lib; {
meta = {
description = "GTK-based audio player written in Python, using the Mutagen tagging library";
longDescription = ''
Quod Libet is a GTK-based audio player written in Python, using
@@ -187,8 +187,8 @@ python3.pkgs.buildPythonApplication {
& internet radio, and all major audio formats.
'';
homepage = "https://quodlibet.readthedocs.io/en/latest";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
coroa
pbogdan
];