From 6f795dd87ed45290bf07079b2e13f130b9fc2153 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Aug 2017 15:10:40 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index ea661c87..20d865e2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -32,7 +32,7 @@ in rec { pkgs.haskellPackages.override { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); - in lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super // { + in (lib.mapAttrs (name: 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