tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
communi: fix forbidden build references
Jörg Thalheim
8 years ago
130082d0
51320407
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
irc
communi
default.nix
+1
-1
pkgs/applications/networking/irc/communi/default.nix
···
35
35
--replace "/usr/bin" "$out/bin"
36
36
'';
37
37
38
38
-
postFixup = ''
38
38
+
preFixup = ''
39
39
patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped
40
40
'';
41
41