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 76 "TestSCUValidation" 77 77 # errors because 3 classes not wrapped: 78 78 "TestWrapPython" 79 + ] ++ lib.optionals (stdenv.isAarch64 && stdenv.isLinux) [ 80 + "TestRescaler2" 79 81 ]; 80 82 81 83 checkPhase = ''