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

flashtool: mark as broken

The sources are no longer obtainable from the URL specified in the
expression and the package has no maintainers.

+1
+1
pkgs/development/mobile/flashtool/default.nix
··· 59 59 license = stdenv.lib.licenses.unfreeRedistributableFirmware; 60 60 platforms = stdenv.lib.platforms.linux; 61 61 hydraPlatforms = stdenv.lib.platforms.none; 62 + broken = true; 62 63 }; 63 64 }