linux-libre: mark as broken

- broken since 2020-12-25
- slows down nixpkgs-review
- maintainer has been pinged but did not reacted: https://github.com/NixOS/nixpkgs/issues/111594
This commit is contained in:
Jörg Thalheim 2021-02-11 21:14:01 +01:00
parent 47298830d2
commit f80e704c52
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -35,6 +35,8 @@ in linux.override {
'';
};
extraMeta.broken = true;
passthru.updateScript = ./update-libre.sh;
maintainers = [ lib.maintainers.qyliss ];