Skip to content

Commit 130082d

Browse files
committedJun 18, 2017
communi: fix forbidden build references
1 parent 5132040 commit 130082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/applications/networking/irc/communi/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
3535
--replace "/usr/bin" "$out/bin"
3636
'';
3737

38-
postFixup = ''
38+
preFixup = ''
3939
patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped
4040
'';
4141

0 commit comments

Comments
 (0)
Please sign in to comment.