From 795790883652477ca1f9305354d30a76f28d639e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Aug 2017 15:06:14 +0200 Subject: Don't check anything --- bragi.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bragi.nix b/bragi.nix index 67f8daf5..6ad181d4 100644 --- a/bragi.nix +++ b/bragi.nix @@ -32,9 +32,7 @@ in rec { pkgs.haskellPackages.override { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); - in { - Glob = pkgs.haskell.lib.dontCheck super.Glob; - + in mapAttrs pkgs.haskell.lib.dontCheck super // { 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