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:
parent
bf5c3d3e6d
commit
2cc57f81ec
@ -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…
x
Reference in New Issue
Block a user