mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskellPackages.MemoTrie: remove dontCheck and dontHaddock overrides.
It works fine with (at least): - haskellPackages.MemoTrie - haskellPackages.ghc844.MemoTrie
This commit is contained in:
parent
efb4f4817a
commit
50d128e16c
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ self: super: {
|
|||
lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
|
||||
matplotlib = dontCheck super.matplotlib;
|
||||
memcache = dontCheck super.memcache;
|
||||
MemoTrie = dontHaddock (dontCheck super.MemoTrie);
|
||||
metrics = dontCheck super.metrics;
|
||||
milena = dontCheck super.milena;
|
||||
modular-arithmetic = dontCheck super.modular-arithmetic; # tests require a very old Glob (0.7.*)
|
||||
|
|
Loading…
Reference in a new issue