From 55718696338e814e26b037848ce93b9d5faec92b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 May 2018 11:08:32 +0200 Subject: ... --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index f6fb4da1..70e1cee6 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 scientific; + Glob filelock hedgehog scientific http-date; 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