From 805d93e93ba206f36751890e6a40a3d59e438612 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 24 May 2018 12:30:00 +0200 Subject: don't test scientific --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index f696972c..bf4695e4 100644 --- a/bragi.nix +++ b/bragi.nix @@ -97,7 +97,7 @@ in rec { }); inherit (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) - Glob filelock hedgehog; + Glob filelock hedgehog scientific; bar = superPkgs.callPackage ./bragi/bar { haskellPackages = selfH; }; } // (import ./custom/thermoprint { callPackage = superPkgs.lib.callPackageWith (selfH // { inherit (superPkgs) stdenv makeWrapper runCommand; }); extraPackages = (p: with p; [ persistent-postgresql ]); })); -- cgit v1.2.3