Skip to content

Commit

Permalink
pacman: add $out/bin to the PATH of pacman-key
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLukeYes committed Oct 28, 2022
1 parent cae93df commit 6dcf688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/pacman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/makepkg \
--prefix PATH : ${lib.makeBinPath [ binutils ]}
wrapProgram $out/bin/pacman-key \
--prefix PATH : ${lib.makeBinPath [ gnupg ]}
--prefix PATH : ${lib.makeBinPath [ "${placeholder "out"}" gnupg ]}
'';

meta = with lib; {
Expand Down

0 comments on commit 6dcf688

Please sign in to comment.