From 8f0939b2a26414bbf9878b43edc8417069676019 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Aug 2017 00:51:38 +0200 Subject: be more specific --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index ebaeec03..6f927601 100644 --- a/bragi.nix +++ b/bragi.nix @@ -33,7 +33,7 @@ in rec { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); in { - cabal = super.cabalNoTest; + Glob = haskell.lib.dontTest Glob; 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