qtractor: remove with lib

This commit is contained in:
aucub
2024-12-19 01:10:33 +08:00
parent 06874c3a00
commit 95f0b0a468
+3 -3
View File
@@ -71,13 +71,13 @@ stdenv.mkDerivation rec {
suil
];
meta = with lib; {
meta = {
description = "Audio/MIDI multi-track sequencer";
homepage = "https://qtractor.sourceforge.io";
changelog = "https://github.com/rncbc/qtractor/blob/v${version}/ChangeLog";
license = licenses.gpl2Plus;
license = lib.licenses.gpl2Plus;
mainProgram = "qtractor";
maintainers = [ ];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
}