From 40046c064e378072273074b563071d13ddce448c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Apr 2018 19:45:05 +0200 Subject: disable testing overall --- bragi.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bragi.nix b/bragi.nix index 045973a3..af68b5a4 100644 --- a/bragi.nix +++ b/bragi.nix @@ -31,9 +31,7 @@ in rec { overrides = self: super: rec { encoding = oldPkgs.haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } ); trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; - inherit - (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) - Glob filelock hedgehog; + cabal = super.cabalNoTest; inherit (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; -- cgit v1.2.3