3
0
Fork 0
forked from mirrors/nixpkgs

mesa: disable checkPhase for the time being

The problem doesn't seem serious and it only occurs on some HW.
However, it would be best to fix this before merging into master.
This commit is contained in:
Vladimír Čunát 2013-11-05 21:31:12 +01:00
parent f9094a77b5
commit 0ed07fdeaa

View file

@ -98,7 +98,8 @@ stdenv.mkDerivation {
;
enableParallelBuilding = true;
doCheck = true;
#doCheck = true; # https://bugs.freedesktop.org/show_bug.cgi?id=67672
# TODO: best fix this before merging >=9.2 to master
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM
# ToDo: probably not all .la files are completely fixed, but it shouldn't matter