flashtool: mark as broken

The sources are no longer obtainable from the URL specified in the
expression and the package has no maintainers.
This commit is contained in:
Piotr Bogdan 2017-12-23 22:54:31 +00:00
parent ae15ee42ac
commit de0517642d

View File

@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
};
}