Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

communi: fix forbidden build references

+1 -1
+1 -1
pkgs/applications/networking/irc/communi/default.nix
··· 35 35 --replace "/usr/bin" "$out/bin" 36 36 ''; 37 37 38 - postFixup = '' 38 + preFixup = '' 39 39 patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped 40 40 ''; 41 41