Commit 41bb8eb3 authored by Thomas Le Duc's avatar Thomas Le Duc
Browse files

leftwm: fix to also patchelf lefthk-worker

parent 328c892e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,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
  '';