diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 19:45:05 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-12 19:45:05 +0200 |
| commit | 40046c064e378072273074b563071d13ddce448c (patch) | |
| tree | 0c586ffc649e3e01b799e11acc8373a23e81456a | |
| parent | d73cca08789056d2e47e0dddb67c3b6ed4707258 (diff) | |
| download | nixos-40046c064e378072273074b563071d13ddce448c.tar nixos-40046c064e378072273074b563071d13ddce448c.tar.gz nixos-40046c064e378072273074b563071d13ddce448c.tar.bz2 nixos-40046c064e378072273074b563071d13ddce448c.tar.xz nixos-40046c064e378072273074b563071d13ddce448c.zip | |
disable testing overall
| -rw-r--r-- | bragi.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -31,9 +31,7 @@ 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 | inherit | 34 | cabal = super.cabalNoTest; |
| 35 | (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) | ||
| 36 | Glob filelock hedgehog; | ||
| 37 | inherit | 35 | inherit |
| 38 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) | 36 | (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) |
| 39 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 37 | thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |
