diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-09 20:25:47 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-09 20:25:47 +0100 |
| commit | 3839f658538abb11b912675199148aa770801eb6 (patch) | |
| tree | d17a293ad2ed7698c28e8bf6f2d7527d194d8d80 | |
| parent | d6b32102cb63b88f57596f71b309f1fa72854366 (diff) | |
| download | nixos-3839f658538abb11b912675199148aa770801eb6.tar nixos-3839f658538abb11b912675199148aa770801eb6.tar.gz nixos-3839f658538abb11b912675199148aa770801eb6.tar.bz2 nixos-3839f658538abb11b912675199148aa770801eb6.tar.xz nixos-3839f658538abb11b912675199148aa770801eb6.zip | |
…
| -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 | (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 | }; |
