From f24bb44da07f5712f17d820a6afa2769b1b8caf7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 4 Sep 2017 11:45:34 +0200 Subject: ? --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index 1be1cfc0..2fda697e 100644 --- a/bragi.nix +++ b/bragi.nix @@ -28,13 +28,13 @@ in rec { nixpkgs.config.packageOverrides = oldPkgs: rec { haskellPackages = oldPkgs.haskellPackages.override { - overrides = self: super: { + overrides = self: super: rec { trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; inherit (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) Glob filelock; inherit - (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) + (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { inherit filelock; extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; }; }; -- cgit v1.2.3