mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue