haskell-hjsmin: disable test suite to fix the build
This commit is contained in:
parent
6d6889601c
commit
51f62fb7a7
|
@ -1284,4 +1284,7 @@ self: super: {
|
||||||
# 1.5.0 should be fixed, so this should be able to be removed.
|
# 1.5.0 should be fixed, so this should be able to be removed.
|
||||||
universum = dontCheck super.universum;
|
universum = dontCheck super.universum;
|
||||||
|
|
||||||
|
# https://github.com/erikd/hjsmin/issues/32
|
||||||
|
hjsmin = dontCheck super.hjsmin;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
Loading…
Reference in New Issue