haskellPackages.haskeline_0_8_0_0: add dontCheck

Testsuite is trying to access executable which is part of the package
being built.
wip/yesman
Richard Marko 4 years ago committed by Peter Simons
parent bf5c3d3e6d
commit 2cc57f81ec
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -1451,4 +1451,7 @@ self: super: {
};
};
# Testsuite trying to run `which haskeline-examples-Test`
haskeline_0_8_0_0 = dontCheck super.haskeline_0_8_0_0;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save