mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
gtkmathview: mark as broken
This commit is contained in:
parent
605ddb1047
commit
43a8ce0f5e
|
@ -23,5 +23,6 @@ stdenv.mkDerivation {
|
||||||
description = "C++ rendering engine for MathML documents";
|
description = "C++ rendering engine for MathML documents";
|
||||||
license = stdenv.lib.licenses.lgpl3Plus;
|
license = stdenv.lib.licenses.lgpl3Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue