Skip to content

Commit

Permalink
hpsa service: fallout from #28557 merge and revert
Browse files Browse the repository at this point in the history
(cherry picked from commit 97ac29c)
  • Loading branch information
vcunat committed Sep 13, 2017
1 parent fd1b9e3 commit 0b131df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/hardware/raid/hpsa.nix
Expand Up @@ -24,7 +24,7 @@ let
for file in $out/bin/*; do
chmod +w $file
patchelf --set-interpreter "$(cat $NIX_BINUTILS/nix-support/dynamic-linker)" \
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath ${lib.makeLibraryPath [ pkgs.stdenv.cc.cc ]} \
$file
done
Expand Down

0 comments on commit 0b131df

Please sign in to comment.