mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskellPackages.matplotlib: unmark as broken
This commit is contained in:
parent
9786a40304
commit
7f01fe9845
2 changed files with 1 additions and 1 deletions
|
@ -332,6 +332,7 @@ self: super: {
|
||||||
lensref = dontCheck super.lensref;
|
lensref = dontCheck super.lensref;
|
||||||
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||||
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
||||||
|
matplotlib = dontCheck super.matplotlib;
|
||||||
memcache = dontCheck super.memcache;
|
memcache = dontCheck super.memcache;
|
||||||
MemoTrie = dontHaddock (dontCheck super.MemoTrie);
|
MemoTrie = dontHaddock (dontCheck super.MemoTrie);
|
||||||
metrics = dontCheck super.metrics;
|
metrics = dontCheck super.metrics;
|
||||||
|
|
|
@ -7163,7 +7163,6 @@ broken-packages:
|
||||||
- mathflow
|
- mathflow
|
||||||
- mathgenealogy
|
- mathgenealogy
|
||||||
- mathlink
|
- mathlink
|
||||||
- matplotlib
|
|
||||||
- matrix-as-xyz
|
- matrix-as-xyz
|
||||||
- matsuri
|
- matsuri
|
||||||
- matterhorn
|
- matterhorn
|
||||||
|
|
Loading…
Reference in a new issue