We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3f56114 commit 97ac29cCopy full SHA for 97ac29c
nixos/modules/hardware/raid/hpsa.nix
@@ -24,7 +24,7 @@ let
24
25
for file in $out/bin/*; do
26
chmod +w $file
27
- patchelf --set-interpreter "$(cat $NIX_BINUTILS/nix-support/dynamic-linker)" \
+ patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
28
--set-rpath ${lib.makeLibraryPath [ pkgs.stdenv.cc.cc ]} \
29
$file
30
done
0 commit comments