diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 13:22:06 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 13:22:06 +0200 |
commit | 420a61c56571706fb11a584c28b46d41c5f8cf5c (patch) | |
tree | 0100ea8ef83b6e3402fa7257daf21c65f1438705 /bragi.nix | |
parent | 27083fb4ed6cae892f81d878ceb209d9ec91c1b7 (diff) | |
download | nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.gz nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.bz2 nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.xz nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.zip |
…
Diffstat (limited to 'bragi.nix')
-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 | }; |