0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

antimicro: mark as broken

This commit is contained in:
xeji 2018-04-10 22:23:49 +02:00
parent 4af83283cd
commit dc3aeab753

View file

@ -22,5 +22,6 @@ mkDerivation rec {
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ jb55 ];
license = licenses.gpl3; license = licenses.gpl3;
platforms = with platforms; linux; platforms = with platforms; linux;
broken = true; # 2018-04-10
}; };
} }