pkgs/misc/emulators/wine: encode paths to libpng and libjpeg in RPATH to ensure that WINE will find them at run-time
svn path=/nixpkgs/trunk/; revision=24050
This commit is contained in:
parent
6aaf62e8d7
commit
94826ffee2
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_LDFLAGS = map (path: "-rpath ${path}/lib ") [
|
NIX_LDFLAGS = map (path: "-rpath ${path}/lib ") [
|
||||||
freetype fontconfig stdenv.gcc.gcc mesa mesa.libdrm
|
freetype fontconfig stdenv.gcc.gcc mesa mesa.libdrm
|
||||||
xlibs.libXinerama xlibs.libXrender xlibs.libXrandr
|
xlibs.libXinerama xlibs.libXrender xlibs.libXrandr
|
||||||
xlibs.libXcursor xlibs.libXcomposite
|
xlibs.libXcursor xlibs.libXcomposite libpng libjpeg
|
||||||
openssl gnutls
|
openssl gnutls
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user