summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index f70df421..db70db98 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -36,7 +36,7 @@ in rec {
36 trivmix = callPackage ./custom/trivmix {}; 36 trivmix = callPackage ./custom/trivmix {};
37 inherit 37 inherit
38 (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super) 38 (lib.mapAttrs (name: pkgs.haskell.lib.dontCheck) super)
39 Glob; 39 Glob filelock;
40 inherit 40 inherit
41 (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) 41 (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); })
42 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 42 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;