haskellPackages.haskeline_0_8_0_0: add dontCheck

Testsuite is trying to access executable which is part of the package
being built.
This commit is contained in:
Richard Marko 2020-07-27 10:31:43 +02:00 committed by Peter Simons
parent bf5c3d3e6d
commit 2cc57f81ec

View file

@ -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