glu: don't use valgrind on darwin

(cherry picked from commit e32d1eaef16020ec22e3b0cd3be9261d5cf8bc89)
This commit is contained in:
Daiderd Jordan 2018-12-09 16:18:34 +01:00 committed by Matthew Bauer
parent ef966c1952
commit 891e4ff673

View File

@ -146,10 +146,10 @@ let self = stdenv.mkDerivation {
glproto dri2proto dri3proto presentproto
libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr
libffi libvdpau libelf libXvMC
libpthreadstubs openssl/*or another sha1 provider*/
valgrind-light python2 python2.pkgs.Mako
libpthreadstubs openssl /*or another sha1 provider*/
python2 python2.pkgs.Mako
] ++ lib.optionals (elem "wayland" eglPlatforms) [ wayland wayland-protocols ]
++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal ];
++ lib.optionals stdenv.isLinux [ valgrind-light libomxil-bellagio libva-minimal ];
enableParallelBuilding = true;
doCheck = false;