diff options
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { inherit filelock; extraPackages = (p: with p; [ persistent-postgresql ]); }) | 37 | (self.callPackage ./custom/thermoprint { 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 | }; |
