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

calamares: mark broken

+1
+1
pkgs/tools/misc/calamares/default.nix
··· 51 license = licenses.gpl3; 52 maintainers = with stdenv.lib.maintainers; [ tstrobel ]; 53 platforms = platforms.linux; 54 }; 55 }
··· 51 license = licenses.gpl3; 52 maintainers = with stdenv.lib.maintainers; [ tstrobel ]; 53 platforms = platforms.linux; 54 + broken = true; 55 }; 56 }