From 91aca4adcf610dac9405b981cf28c8da74c3d36a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Apr 2018 21:18:31 +0200 Subject: Revert "disable testing overall" This reverts commit 40046c064e378072273074b563071d13ddce448c. --- bragi.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index af68b5a4..045973a3 100644 --- a/bragi.nix +++ b/bragi.nix @@ -31,7 +31,9 @@ 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 {}; - cabal = super.cabalNoTest; + inherit + (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) + Glob filelock hedgehog; 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