mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
Merge pull request #197018 from thled/fix-leftwm
leftwm: fix to also patchelf lefthk-worker
This commit is contained in:
commit
375bedea79
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs = rpathLibs;
|
||||
|
||||
postInstall = ''
|
||||
for p in $out/bin/leftwm*; do
|
||||
for p in $out/bin/left*; do
|
||||
patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}" $p
|
||||
done
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user