Skip to content

Commit

Permalink
Merge pull request NixOS#280982 from ambroisie/use-mainProgram-in-pin…
Browse files Browse the repository at this point in the history
…entry-packages

pinentry-bemenu/pinentry-rofi/pinentry_mac: add 'meta.mainProgram'
  • Loading branch information
fpletz authored Jan 15, 2024
2 parents 031182b + ec83629 commit e062961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/pinentry-bemenu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jc ];
platforms = with platforms; linux;
mainProgram = "pinentry-bemenu";
};
}
1 change: 1 addition & 0 deletions pkgs/tools/security/pinentry-rofi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ seqizz ];
mainProgram = "pinentry-rofi";
};
}
1 change: 1 addition & 0 deletions pkgs/tools/security/pinentry/mac.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit e062961

Please sign in to comment.