From ed3cc5077aa76cb247fe0fd722121376c3797eff Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 5 Nov 2017 18:22:58 +0100 Subject: Poke bragi --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 2fda697e..6b93f152 100644 --- a/bragi.nix +++ b/bragi.nix @@ -34,7 +34,7 @@ in rec { (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) Glob filelock; inherit - (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { inherit filelock; extraPackages = (p: with p; [ persistent-postgresql ]); }) + (self.callPackage ./custom/thermoprint { 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