From 89044cdc83202a9439f0faaae0b33965044b0a59 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 31 Aug 2017 15:47:23 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bragi.nix b/bragi.nix index 086c391e..538324ec 100644 --- a/bragi.nix +++ b/bragi.nix @@ -30,10 +30,11 @@ in rec { rec { haskellPackages = pkgs.haskellPackages.override { overrides = self: super: { + filelock = pkgs.haskell.lib.dontCheck super.filelock; trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; inherit (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super) - Glob filelock; + Glob; inherit ((import ./custom/thermoprint) { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; -- cgit v1.2.3