junixsocket: Ensure that the native library can be found
This commit is contained in:
parent
e6e2459f59
commit
5898d854da
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
sed -i 's|/usr/bin/||' build.xml
|
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";
|
buildPhase = "ant";
|
||||||
|
Loading…
Reference in New Issue
Block a user