communi: fix forbidden build references

This commit is contained in:
Jörg Thalheim 2017-06-18 12:39:18 +01:00
parent 513204073a
commit 130082d012
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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
'';