From 1226a17be75c98ee9a70e289b247d3d883302354 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Aug 2017 15:09:38 +0200 Subject: scoping --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 6ad181d4..ea661c87 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 mapAttrs 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