diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ in rec { | |||
96 | (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) | 96 | (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) |
97 | Glob filelock hedgehog; | 97 | Glob filelock hedgehog; |
98 | inherit | 98 | inherit |
99 | (selfH.callPackage ./custom/thermoprint { inherit runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) | 99 | (selfH.callPackage ./custom/thermoprint { inherit (superPkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) |
100 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 100 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |
101 | }; | 101 | }; |
102 | }; | 102 | }; |