tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pass: fix strictDeps build
FliegendeWurst
1 year ago
45cd69c9
d9e98537
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
pass
default.nix
+3
pkgs/tools/security/pass/default.nix
···
3
3
lib,
4
4
pkgs,
5
5
fetchurl,
6
6
+
bash,
6
7
buildEnv,
7
8
coreutils,
8
9
findutils,
···
91
92
] ++ lib.optional stdenv.hostPlatform.isDarwin ./no-darwin-getopt.patch;
92
93
93
94
nativeBuildInputs = [ makeWrapper ];
95
95
+
96
96
+
buildInputs = [ bash ];
94
97
95
98
installFlags = [
96
99
"PREFIX=$(out)"