forked from mirrors/nixpkgs
Merge pull request #33020 from pbogdan/flashtool-broken
flashtool: mark as broken
This commit is contained in:
commit
cd78ac9586
|
@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue