diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-19 23:33:47 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-19 23:33:47 +0200 |
| commit | a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0 (patch) | |
| tree | d64da080c4893f7e42b94b016ebb00f0a58fb540 | |
| parent | a8425f0f40d1d612467ff73406185d86095ae699 (diff) | |
| download | nixos-a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0.tar nixos-a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0.tar.gz nixos-a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0.tar.bz2 nixos-a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0.tar.xz nixos-a1c7f26be06d1dd1ca95e12f215dd1a387e0edf0.zip | |
Bragi runs into timeouts when testing
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -33,6 +33,8 @@ 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 | cabal = super.cabalNoTest; | ||
| 37 | |||
| 36 | trivmix = callPackage ./custom/trivmix {}; | 38 | trivmix = callPackage ./custom/trivmix {}; |
| 37 | 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; |
| 38 | }; | 40 | }; |
