communi: fix forbidden build references
This commit is contained in:
parent
513204073a
commit
130082d012
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||
--replace "/usr/bin" "$out/bin"
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
preFixup = ''
|
||||
patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue