diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 19:24:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 19:24:48 +0200 |
commit | d73cca08789056d2e47e0dddb67c3b6ed4707258 (patch) | |
tree | 0cfb4ff741919a76579d00fe4a79ef642078271b | |
parent | 78992938d7088a0af3d1a72179eab6e9bf0db23a (diff) | |
download | nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.gz nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.bz2 nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.xz nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.zip |
no check hedgehog
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ in rec { | |||
33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; | 33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; |
34 | inherit | 34 | inherit |
35 | (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) | 35 | (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) |
36 | Glob filelock; | 36 | Glob filelock hedgehog; |
37 | inherit | 37 | inherit |
38 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) | 38 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) |
39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |