mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #61059 from lopsided98/hdf4-fix
hdf4: fix tests on some machines
This commit is contained in:
commit
26b044ea29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue