hdf4: fix tests on some machines
This commit is contained in:
parent
f56fb2db03
commit
31d32e0593
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
export DYLD_LIBRARY_PATH=$(pwd)/bin
|
||||
'';
|
||||
|
||||
excludedTests = [
|
||||
excludedTests = stdenv.lib.optionals stdenv.isDarwin [
|
||||
"MFHDF_TEST-hdftest"
|
||||
"MFHDF_TEST-hdftest-shared"
|
||||
"HDP-dumpsds-18"
|
||||
|
Loading…
Reference in New Issue
Block a user