summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-08-20 00:55:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-08-20 00:55:21 +0200
commit509b61bceb74f66f3a06b11edb0e8173891c10bf (patch)
tree9cc9910386c23e5dd2d22e4ee8de0f007422ff42
parent8f0939b2a26414bbf9878b43edc8417069676019 (diff)
downloadnixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar
nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.gz
nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.bz2
nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.xz
nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.zip
scoping
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 6f927601..534ba4e2 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 = haskell.lib.dontTest Glob; 36 Glob = pkgs.haskell.lib.dontTest 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;