From a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 19 Aug 2017 23:33:47 +0200 Subject: Bragi runs into timeouts when testing --- bragi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bragi.nix b/bragi.nix index 6a2bcb1a..ebaeec03 100644 --- a/bragi.nix +++ b/bragi.nix @@ -33,6 +33,8 @@ in rec { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); in { + cabal = super.cabalNoTest; + trivmix = callPackage ./custom/trivmix {}; inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; }; -- cgit v1.2.3