gwenview: add mainProgram

This commit is contained in:
arthsmn
2024-01-15 13:05:30 +01:00
committed by Yaya
parent 1c79be688f
commit 3a8951ea93
+1
View File
@@ -14,6 +14,7 @@ mkDerivation {
description = "KDE image viewer";
license = with lib.licenses; [ gpl2Plus fdl12Plus ];
maintainers = [ lib.maintainers.ttuegel ];
mainProgram = "gwenview";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [