forked from mirrors/nixpkgs
pkgs/development/libraries/mesa/default.nix: drop trailing white space
svn path=/nixpkgs/trunk/; revision=21428
This commit is contained in:
parent
56ce7f2ae6
commit
5c43115185
|
@ -6,22 +6,22 @@ else
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "mesa-7.6.1";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.freedesktop.org/pub/mesa/7.6.1/MesaLib-7.6.1.tar.bz2;
|
||||
md5 = "7db4617e9e10ad3aca1b64339fd71b7d";
|
||||
};
|
||||
|
||||
configureFlags = "--disable-gallium";
|
||||
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig expat x11 libdrm xlibs.glproto
|
||||
xlibs.libXxf86vm xlibs.libXfixes xlibs.libXdamage xlibs.dri2proto
|
||||
lipo
|
||||
];
|
||||
|
||||
|
||||
passthru = { inherit libdrm; };
|
||||
|
||||
|
||||
meta = {
|
||||
description = "An open source implementation of OpenGL";
|
||||
homepage = http://www.mesa3d.org/;
|
||||
|
|
Loading…
Reference in a new issue