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