mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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;
|
||||
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
||||
matplotlib = dontCheck super.matplotlib;
|
||||
memcache = dontCheck super.memcache;
|
||||
MemoTrie = dontHaddock (dontCheck super.MemoTrie);
|
||||
metrics = dontCheck super.metrics;
|
||||
|
|
|
@ -7163,7 +7163,6 @@ broken-packages:
|
|||
- mathflow
|
||||
- mathgenealogy
|
||||
- mathlink
|
||||
- matplotlib
|
||||
- matrix-as-xyz
|
||||
- matsuri
|
||||
- matterhorn
|
||||
|
|
Loading…
Reference in a new issue