From 3839f658538abb11b912675199148aa770801eb6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Nov 2017 20:25:47 +0100 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 6b93f152..be2fe030 100644 --- a/bragi.nix +++ b/bragi.nix @@ -34,7 +34,7 @@ in rec { (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) Glob filelock; inherit - (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) + (self.callPackage ./custom/thermoprint { inherit (self) Glob; inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; }; }; -- cgit v1.2.3