Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gdcm: disable failing test on Aarch64

+2
+2
pkgs/development/libraries/gdcm/default.nix
··· 76 "TestSCUValidation" 77 # errors because 3 classes not wrapped: 78 "TestWrapPython" 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 = ''