From 69b8bc9ed7e817862ed68b5faa0f971449e3809e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 4 Mar 2011 12:03:53 +0000 Subject: [PATCH] * 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 --- pkgs/development/libraries/mesa/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 43934b2781e..e88cf3a095a 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -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 = {