Merge pull request #280982 from ambroisie/use-mainProgram-in-pinentry-packages
pinentry-bemenu/pinentry-rofi/pinentry_mac: add 'meta.mainProgram'
This commit is contained in:
commit
e0629618b4
3 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ jc ];
|
||||
platforms = with platforms; linux;
|
||||
mainProgram = "pinentry-bemenu";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ seqizz ];
|
||||
mainProgram = "pinentry-rofi";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue