From 51f62fb7a76c8bf15706cf20957ffdb7441012f6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Oct 2019 21:41:16 +0200 Subject: [PATCH] haskell-hjsmin: disable test suite to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e7221b340e9f..c32a26a705b1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1284,4 +1284,7 @@ self: super: { # 1.5.0 should be fixed, so this should be able to be removed. universum = dontCheck super.universum; + # https://github.com/erikd/hjsmin/issues/32 + hjsmin = dontCheck super.hjsmin; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super