pinentry_mac: add 'meta.mainProgram'

This commit is contained in:
Bruno BELANYI 2024-01-14 17:31:00 +00:00
parent 1a76b6cc78
commit ec836290b0

View file

@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
homepage = "https://github.com/GPGTools/pinentry-mac";
platforms = lib.platforms.darwin;
mainProgram = passthru.binaryPath;
};
}