forked from mirrors/nixpkgs
hpsa service: fallout from #28557 merge and revert
This commit is contained in:
parent
3f56114223
commit
97ac29cafc
|
@ -24,7 +24,7 @@ let
|
||||||
|
|
||||||
for file in $out/bin/*; do
|
for file in $out/bin/*; do
|
||||||
chmod +w $file
|
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 ]} \
|
--set-rpath ${lib.makeLibraryPath [ pkgs.stdenv.cc.cc ]} \
|
||||||
$file
|
$file
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue