bmap-tools: Don't test, as tests fail on hydra
e.g: https://hydra.nixos.org/build/126796743/nixlog/1/tail
This commit is contained in:
parent
326ab94258
commit
307720cf71
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue