gimp-with-plugins: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2022-03-06 18:40:06 +01:00 committed by Kerstin
parent 46e3ed49ec
commit 10cdd65259
2 changed files with 3 additions and 0 deletions

View file

@ -180,5 +180,6 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ jtojnar ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
mainProgram = "gimp";
};
}

View file

@ -26,4 +26,6 @@ in symlinkJoin {
ln -sf "$each-${versionBranch}" $out/bin/$each
done
'';
inherit (gimp) meta;
}