From e5835fd06e3b97e56891a7df5b8ffe13dfc7fc98 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Aug 2017 00:55:52 +0200 Subject: scoping --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 534ba4e2..c17411bb 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 = pkgs.haskell.lib.dontTest Glob; + Glob = pkgs.haskell.lib.dontTest super.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