mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
pinentry_mac: add 'meta.mainProgram'
This commit is contained in:
parent
1a76b6cc78
commit
ec836290b0
@ -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 New Issue
Block a user