Merge pull request #97510 from doronbehar/ZHF/bmap-tools

bmap-tools: Don't test, as tests fail on hydra
This commit is contained in:
WORLDofPEACE 2020-09-09 10:19:58 -04:00 committed by GitHub
commit 88f0b99e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ python2Packages.buildPythonApplication rec {
sha256 = "0p0pdwvyf9b4czi1pnhclm1ih8kw78nk2sj4if5hwi7s5423wk5q"; sha256 = "0p0pdwvyf9b4czi1pnhclm1ih8kw78nk2sj4if5hwi7s5423wk5q";
}; };
# tests fail only on hydra.
doCheck = false;
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "bmap-related tools"; description = "bmap-related tools";
homepage = "https://github.com/intel/bmap-tools"; homepage = "https://github.com/intel/bmap-tools";