Skip to content

Commit

Permalink
pass: fix strictDeps build (#373162)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Jan 12, 2025
2 parents 64d3b63 + 45cd69c commit 76168d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/security/pass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
lib,
pkgs,
fetchurl,
bash,
buildEnv,
coreutils,
findutils,
Expand Down Expand Up @@ -92,6 +93,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ makeWrapper ];

buildInputs = [ bash ];

installFlags = [
"PREFIX=$(out)"
"WITH_ALLCOMP=yes"
Expand Down

0 comments on commit 76168d1

Please sign in to comment.