gwenview: add mainProgram

This commit is contained in:
arthsmn 2024-01-14 18:15:33 -03:00 committed by Yaya
parent 1c79be688f
commit 3a8951ea93

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 = [