From 509b61bceb74f66f3a06b11edb0e8173891c10bf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Aug 2017 00:55:21 +0200 Subject: scoping --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 6f927601..534ba4e2 100644 --- a/bragi.nix +++ b/bragi.nix @@ -33,7 +33,7 @@ in rec { overrides = self: super: let callPackage = pkgs.lib.callPackageWith ( pkgs // self ); in { - Glob = haskell.lib.dontTest Glob; + Glob = pkgs.haskell.lib.dontTest Glob; 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