* 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:
@@ -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.";};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user