opengl: Disable pipefail to allow early out

Prior operator || and putting builtins subshells workaround didn't
work with in all build shells.
This commit is contained in:
Tyson Whitehead
2018-07-14 10:39:25 -04:00
parent 53b358b6d5
commit 04de2db1d1
2 changed files with 9 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
# Add a setup hook to the mesa_noglu package that automatically adds
# a libvglfaker.so dependency to executables that depend on libGL.so.
{ super, lib, buildEnv, makeSetupHook, file }:
{ super, lib, buildEnv, makeSetupHook, file, bash }:
let
autoVirtualGLHook =