ytmdesktop: avoid using finalAttrs.pname

This commit is contained in:
Peder Bergebakken Sundt
2025-03-06 21:49:37 +01:00
parent 8b218a7bf7
commit 0a539165d1
+1 -1
View File
@@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://github.com/ytmdesktop/ytmdesktop/releases";
homepage = "https://ytmdesktop.app/";
license = lib.licenses.gpl3Only;
mainProgram = finalAttrs.pname;
mainProgram = "ytmdesktop";
maintainers = [ lib.maintainers.cjshearer ];
inherit (electron_33.meta) platforms;
# While the files we extract from the .deb are cross-platform (javascript), the installation