diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |