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

openxpki: mark as broken

+1
+1
pkgs/servers/openxpki/default.nix
··· 78 78 license = stdenv.lib.licenses.asl20; 79 79 maintainers = with stdenv.lib.maintainers; [ tstrobel ]; 80 80 platforms = with stdenv.lib.platforms; linux; 81 + broken = true; # broken with openssl 1.1 (v2.x might fix this) 81 82 }; 82 83 }