mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
haskell-lucid: disable tests
They buggily make assumptions about the order in which strings appear in a hash table and thereby fail on i686-linux. See http://hydra.nixos.org/build/25132604/log/raw and https://github.com/chrisdone/lucid/issues/25
This commit is contained in:
parent
8e26a55dc4
commit
cf3e2a5f5b
@ -430,6 +430,7 @@ self: super: {
|
||||
language-slice = dontCheck super.language-slice;
|
||||
lensref = dontCheck super.lensref;
|
||||
liquidhaskell = dontCheck super.liquidhaskell;
|
||||
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||
lvmrun = dontCheck super.lvmrun;
|
||||
memcache = dontCheck super.memcache;
|
||||
milena = dontCheck super.milena;
|
||||
|
Loading…
Reference in New Issue
Block a user