tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
gdcm: disable failing test on Aarch64
Ben Darwin
2 years ago
dc16ee70
0e169cf0
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gdcm
default.nix
+2
pkgs/development/libraries/gdcm/default.nix
···
76
"TestSCUValidation"
77
# errors because 3 classes not wrapped:
78
"TestWrapPython"
0
0
79
];
80
81
checkPhase = ''
···
76
"TestSCUValidation"
77
# errors because 3 classes not wrapped:
78
"TestWrapPython"
79
+
] ++ lib.optionals (stdenv.isAarch64 && stdenv.isLinux) [
80
+
"TestRescaler2"
81
];
82
83
checkPhase = ''