mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #9568 from dfoxfranke/haskell-lucid
haskell-lucid: disable tests
This commit is contained in:
commit
5a961f4e84
@ -430,6 +430,7 @@ self: super: {
|
|||||||
language-slice = dontCheck super.language-slice;
|
language-slice = dontCheck super.language-slice;
|
||||||
lensref = dontCheck super.lensref;
|
lensref = dontCheck super.lensref;
|
||||||
liquidhaskell = dontCheck super.liquidhaskell;
|
liquidhaskell = dontCheck super.liquidhaskell;
|
||||||
|
lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
|
||||||
lvmrun = dontCheck super.lvmrun;
|
lvmrun = dontCheck super.lvmrun;
|
||||||
memcache = dontCheck super.memcache;
|
memcache = dontCheck super.memcache;
|
||||||
milena = dontCheck super.milena;
|
milena = dontCheck super.milena;
|
||||||
|
Loading…
Reference in New Issue
Block a user