mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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 =
|
||||
''
|
||||
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 New Issue
Block a user