junixsocket: Ensure that the native library can be found
This commit is contained in:
parent
e6e2459f59
commit
5898d854da
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
preConfigure =
|
||||
''
|
||||
sed -i 's|/usr/bin/||' build.xml
|
||||
substituteInPlace src/main/org/newsclub/net/unix/NativeUnixSocketConfig.java \
|
||||
--replace /opt/newsclub/lib-native $out/lib
|
||||
'';
|
||||
|
||||
buildPhase = "ant";
|
||||
|
|
Loading…
Reference in a new issue