mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
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;
|
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user