libreoffice: Add meta.mainProgram

So users can leverage `lib.getExe`.
The expectation for the main program is the general libreoffice
program, not specific binaries for e.g. Writer or Impress.
This commit is contained in:
Mynacol 2024-07-26 18:18:29 +02:00
parent 9014875e6f
commit 02f1815436

View File

@ -642,5 +642,6 @@ in stdenv.mkDerivation (finalAttrs: {
license = licenses.lgpl3;
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
mainProgram = "libreoffice";
};
})