openjdk: Add lib{fontconfig,Xcursor,Xinerama} to rpaths.
This commit is contained in:
parent
85398493bf
commit
5150b55bf2
@ -17,6 +17,9 @@
|
|||||||
, libXrender
|
, libXrender
|
||||||
, libXtst
|
, libXtst
|
||||||
, libXi
|
, libXi
|
||||||
|
, libXinerama
|
||||||
|
, libXcursor
|
||||||
|
, fontconfig
|
||||||
, cpio
|
, cpio
|
||||||
, jreOnly ? false
|
, jreOnly ? false
|
||||||
}:
|
}:
|
||||||
@ -82,8 +85,13 @@ stdenv.mkDerivation rec {
|
|||||||
libXrender
|
libXrender
|
||||||
libXtst
|
libXtst
|
||||||
libXi
|
libXi
|
||||||
|
libXinerama
|
||||||
|
libXcursor
|
||||||
|
fontconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = "-lfontconfig -lXcursor -lXinerama";
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
mkdir -p drops
|
mkdir -p drops
|
||||||
cp ${jaxp_src} drops/${jaxp_src_name}
|
cp ${jaxp_src} drops/${jaxp_src_name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user