forked from mirrors/nixpkgs
hakyll: fix build (by disabling the failing test suite)
This commit is contained in:
parent
1d6d5932cd
commit
e6b8f4de94
|
@ -160,9 +160,6 @@ self: super: {
|
|||
# Upstream notified by e-mail.
|
||||
permutation = dontCheck super.permutation;
|
||||
|
||||
# Wants to call external processes that don't exist in our sandbox.
|
||||
graceful = dontCheck super.graceful;
|
||||
|
||||
# https://github.com/jputcu/serialport/issues/25
|
||||
serialport = dontCheck super.serialport;
|
||||
|
||||
|
@ -178,6 +175,8 @@ self: super: {
|
|||
# These packages try to execute non-existent external programs.
|
||||
cmaes = dontCheck super.cmaes; # http://hydra.cryp.to/build/498725/log/raw
|
||||
filestore = dontCheck super.filestore;
|
||||
graceful = dontCheck super.graceful;
|
||||
hakyll = dontCheck super.hakyll;
|
||||
Hclip = dontCheck super.Hclip;
|
||||
HList = dontCheck super.HList;
|
||||
memcached-binary = dontCheck super.memcached-binary;
|
||||
|
|
Loading…
Reference in a new issue