* Glibc must be in Java's RPATH.
svn path=/nixpkgs/trunk/; revision=11544
This commit is contained in:
parent
1a715e22e2
commit
64425af409
@ -58,6 +58,7 @@ assert pluginSupport -> libstdcpp5 != null;
|
||||
* libXt is only needed on amd64
|
||||
*/
|
||||
libraries =
|
||||
[stdenv.gcc.libc] ++
|
||||
(if swingSupport then [xlibs.libX11 xlibs.libXext xlibs.libXtst xlibs.libXi xlibs.libXp xlibs.libXt] else []);
|
||||
|
||||
inherit pluginSupport;
|
||||
|
Loading…
Reference in New Issue
Block a user