From 72c8872f4ea1d029f35fbb34deb75c1be350f796 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Aug 2017 15:16:52 +0200 Subject: Back to test blacklist --- bragi.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bragi.nix b/bragi.nix index 8c3ecbb2..f70df421 100644 --- a/bragi.nix +++ b/bragi.nix @@ -32,10 +32,15 @@ in rec { pkgs.haskellPackages.override { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); - in lib.mapAttrs (name: pkg: pkgs.haskell.lib.dontCheck pkg) (super // { + in { 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; - }); + inherit + (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super) + Glob; + 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