diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 21:18:31 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 21:18:31 +0200 |
commit | 91aca4adcf610dac9405b981cf28c8da74c3d36a (patch) | |
tree | 0cfb4ff741919a76579d00fe4a79ef642078271b | |
parent | 40046c064e378072273074b563071d13ddce448c (diff) | |
download | nixos-91aca4adcf610dac9405b981cf28c8da74c3d36a.tar nixos-91aca4adcf610dac9405b981cf28c8da74c3d36a.tar.gz nixos-91aca4adcf610dac9405b981cf28c8da74c3d36a.tar.bz2 nixos-91aca4adcf610dac9405b981cf28c8da74c3d36a.tar.xz nixos-91aca4adcf610dac9405b981cf28c8da74c3d36a.zip |
Revert "disable testing overall"
This reverts commit 40046c064e378072273074b563071d13ddce448c.
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,9 @@ in rec { | |||
31 | overrides = self: super: rec { | 31 | overrides = self: super: rec { |
32 | encoding = oldPkgs.haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } ); | 32 | encoding = oldPkgs.haskell.lib.overrideCabal encoding ( oldAttrs: { src = pkgs.fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; } ); |
33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; | 33 | trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; |
34 | cabal = super.cabalNoTest; | 34 | inherit |
35 | (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) | ||
36 | Glob filelock hedgehog; | ||
35 | inherit | 37 | inherit |
36 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) | 38 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) |
37 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |