glu: don't use valgrind on darwin
This commit is contained in:
parent
eefbc088a7
commit
47bddf5a84
@ -147,9 +147,9 @@ let self = stdenv.mkDerivation {
|
|||||||
libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr
|
libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr
|
||||||
libffi libvdpau libelf libXvMC
|
libffi libvdpau libelf libXvMC
|
||||||
libpthreadstubs openssl /*or another sha1 provider*/
|
libpthreadstubs openssl /*or another sha1 provider*/
|
||||||
valgrind-light python2 python2.pkgs.Mako
|
python2 python2.pkgs.Mako
|
||||||
] ++ lib.optionals (elem "wayland" eglPlatforms) [ wayland wayland-protocols ]
|
] ++ 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;
|
enableParallelBuilding = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user