summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-11-09 20:25:47 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-11-09 20:25:47 +0100
commit3839f658538abb11b912675199148aa770801eb6 (patch)
treed17a293ad2ed7698c28e8bf6f2d7527d194d8d80
parentd6b32102cb63b88f57596f71b309f1fa72854366 (diff)
downloadnixos-3839f658538abb11b912675199148aa770801eb6.tar
nixos-3839f658538abb11b912675199148aa770801eb6.tar.gz
nixos-3839f658538abb11b912675199148aa770801eb6.tar.bz2
nixos-3839f658538abb11b912675199148aa770801eb6.tar.xz
nixos-3839f658538abb11b912675199148aa770801eb6.zip
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 6b93f152..be2fe030 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -34,7 +34,7 @@ in rec {
34 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) 34 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super)
35 Glob filelock; 35 Glob filelock;
36 inherit 36 inherit
37 (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) 37 (self.callPackage ./custom/thermoprint { inherit (self) Glob; inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); })
38 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 38 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;
39 }; 39 };
40 }; 40 };