junixsocket: Ensure that the native library can be found
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user