pinentry_mac: add 'meta.mainProgram'
This commit is contained in:
parent
1a76b6cc78
commit
ec836290b0
1 changed files with 1 additions and 0 deletions
|
@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
homepage = "https://github.com/GPGTools/pinentry-mac";
|
homepage = "https://github.com/GPGTools/pinentry-mac";
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
|
mainProgram = passthru.binaryPath;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue