1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "01xzrv5nvd2nvj91lz4x9s91y9825j9pj96z0ap6yvy3w2dgvkkl";
14 propagatedBuildInputs = with python3Packages; [ six ];
16 # tests fail only on hydra.
20 description = "bmap-related tools";
21 homepage = "https://github.com/intel/bmap-tools";
22 license = licenses.gpl2;
23 maintainers = [ maintainers.dezgeg ];
24 platforms = platforms.linux;