diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-05 18:22:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-05 18:22:58 +0100 |
commit | ed3cc5077aa76cb247fe0fd722121376c3797eff (patch) | |
tree | 6efbe7aca170bbdc2b3bb3df346fa0ecb22e8aa6 | |
parent | 668ce16366afbffb47cd2afe5d252a226f6a5086 (diff) | |
download | nixos-ed3cc5077aa76cb247fe0fd722121376c3797eff.tar nixos-ed3cc5077aa76cb247fe0fd722121376c3797eff.tar.gz nixos-ed3cc5077aa76cb247fe0fd722121376c3797eff.tar.bz2 nixos-ed3cc5077aa76cb247fe0fd722121376c3797eff.tar.xz nixos-ed3cc5077aa76cb247fe0fd722121376c3797eff.zip |
Poke bragi
-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 | }; |