From 420a61c56571706fb11a584c28b46d41c5f8cf5c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 13:22:06 +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(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index e9de41c3..9a9153fe 100644 --- a/bragi.nix +++ b/bragi.nix @@ -96,7 +96,7 @@ in rec { (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) Glob filelock hedgehog; inherit - (selfH.callPackage ./custom/thermoprint { inherit runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) + (selfH.callPackage ./custom/thermoprint { inherit (superPkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; }; }; -- cgit v1.2.3