* Wine locates a lot of libraries dynamically through dlopen(). Add

them to the RPATH so that the user doesn't have to set them in
  LD_LIBRARY_PATH.

svn path=/nixpkgs/trunk/; revision=9177
This commit is contained in:
Eelco Dolstra
2007-08-21 00:00:23 +00:00
parent aa983025d6
commit 38ace454e9
3 changed files with 25 additions and 11 deletions
@@ -28,5 +28,6 @@ stdenv.mkDerivation {
md5 = "1a8c4d4fc699233f5fdb902b8753099e";
}) */
buildInputs = [pkgconfig x11 libXmu libXi makedepend libdrm glproto libXxf86vm];
passthru = {inherit libdrm;};
meta = {description = "OpenGL-compatible 3D library. Supports acceleration.";};
}