Author: eelco
Date: Fri Mar  4 12:03:53 2011
New Revision: 26157
URL: https://svn.nixos.org/websvn/nix/?rev=26157&sc=1

Log:
* Remove the removal of swrast_dri.so :-)  It's better to address this
  in the NixOS X server module.

Modified:
   nixpkgs/branches/x-updates/pkgs/development/libraries/mesa/default.nix

Modified: nixpkgs/branches/x-updates/pkgs/development/libraries/mesa/default.nix
==============================================================================
--- nixpkgs/branches/x-updates/pkgs/development/libraries/mesa/default.nix      
Fri Mar  4 11:59:04 2011        (r26156)
+++ nixpkgs/branches/x-updates/pkgs/development/libraries/mesa/default.nix      
Fri Mar  4 12:03:53 2011        (r26157)
@@ -28,11 +28,6 @@
 
   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 = {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to