3
0
Fork 0
forked from mirrors/nixpkgs

* Remove the removal of swrast_dri.so :-) It's better to address this

in the NixOS X server module.

svn path=/nixpkgs/branches/x-updates/; revision=26157
This commit is contained in:
Eelco Dolstra 2011-03-04 12:03:53 +00:00
parent 927a41492d
commit 69b8bc9ed7

View file

@ -28,11 +28,6 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
# Remove swrast_dri.so. If it's available, the X server will use
# it, but it doesn't work properly (giving corrupt output or
# crashing the server). (NixOS/121)
postInstall = "rm -f $out/lib/dri/swrast_dri.so";
passthru = { inherit libdrm; };
meta = {