diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,12 +29,12 @@ in rec { | |||
29 | rec { | 29 | rec { |
30 | haskellPackages = oldPkgs.haskellPackages.override { | 30 | haskellPackages = oldPkgs.haskellPackages.override { |
31 | overrides = self: super: rec { | 31 | overrides = self: super: rec { |
32 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; | 32 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix { inherit (self) Glob; }; |
33 | inherit | 33 | inherit |
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 (pkgs) runCommand makeWrapper; inherit (self) Glob; 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 | }; |