Skip to content

Commit 97ac29c

Browse files
committedSep 13, 2017
hpsa service: fallout from #28557 merge and revert
1 parent 3f56114 commit 97ac29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nixos/modules/hardware/raid/hpsa.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let
2424
2525
for file in $out/bin/*; do
2626
chmod +w $file
27-
patchelf --set-interpreter "$(cat $NIX_BINUTILS/nix-support/dynamic-linker)" \
27+
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
2828
--set-rpath ${lib.makeLibraryPath [ pkgs.stdenv.cc.cc ]} \
2929
$file
3030
done

0 commit comments

Comments
 (0)
Please sign in to comment.