summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-20 19:10:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-20 19:10:39 +0200
commitb6d1ea417532fb0381318e9355218a310e95a663 (patch)
tree8f4471e09a0a6d7805e9e09cf509af3dcb19fff6
parente5835fd06e3b97e56891a7df5b8ffe13dfc7fc98 (diff)
downloadnixos-b6d1ea417532fb0381318e9355218a310e95a663.tar
nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.gz
nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.bz2
nixos-b6d1ea417532fb0381318e9355218a310e95a663.tar.xz
nixos-b6d1ea417532fb0381318e9355218a310e95a663.zip
typo?
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index c17411bb..93af8fd7 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -33,7 +33,7 @@ in rec {
33 overrides = self: super: let 33 overrides = self: super: let
34 callPackage = pkgs.lib.callPackageWith ( pkgs // self ); 34 callPackage = pkgs.lib.callPackageWith ( pkgs // self );
35 in { 35 in {
36 Glob = pkgs.haskell.lib.dontTest super.Glob; 36 Glob = pkgs.haskell.lib.dontCheck super.Glob;
37 37
38 trivmix = callPackage ./custom/trivmix {}; 38 trivmix = callPackage ./custom/trivmix {};
39 inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 39 inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;