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:
parent
927a41492d
commit
69b8bc9ed7
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue