lol

python3Packages.k5test: unmark as broken on aarch64-linux

+1 -1
+1 -1
pkgs/development/python-modules/k5test/default.nix
··· 34 34 pythonImportsCheck = [ "k5test" ]; 35 35 36 36 meta = with lib; { 37 - broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 37 + broken = stdenv.isDarwin; 38 38 description = "Library for setting up self-contained Kerberos 5 environment"; 39 39 homepage = "https://github.com/pythongssapi/k5test"; 40 40 license = licenses.mit;