Skip to content

Commit

Permalink
haskellPackages.haskeline_0_8_0_0: add dontCheck
Browse files Browse the repository at this point in the history
Testsuite is trying to access executable which is part of the package
being built.
  • Loading branch information
sorki authored and peti committed Jul 31, 2020
1 parent bf5c3d3 commit 2cc57f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2cc57f8

Please sign in to comment.