bmap-tools: init at 3.4
This commit is contained in:
parent
4ec5c79d60
commit
fa822161b9
21
pkgs/tools/misc/bmap-tools/default.nix
Normal file
21
pkgs/tools/misc/bmap-tools/default.nix
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{ stdenv, fetchFromGitHub, python2Packages }:
|
||||||
|
|
||||||
|
python2Packages.buildPythonApplication rec {
|
||||||
|
name = "bmap-tools-${version}";
|
||||||
|
version = "3.4";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "intel";
|
||||||
|
repo = "bmap-tools";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0p0pdwvyf9b4czi1pnhclm1ih8kw78nk2sj4if5hwi7s5423wk5q";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "bmap-related tools";
|
||||||
|
homepage = https://github.com/intel/bmap-tools;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.dezgeg ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -575,6 +575,8 @@ with pkgs;
|
|||||||
|
|
||||||
bcachefs-tools = callPackage ../tools/filesystems/bcachefs-tools { };
|
bcachefs-tools = callPackage ../tools/filesystems/bcachefs-tools { };
|
||||||
|
|
||||||
|
bmap-tools = callPackage ../tools/misc/bmap-tools { };
|
||||||
|
|
||||||
bonnie = callPackage ../tools/filesystems/bonnie { };
|
bonnie = callPackage ../tools/filesystems/bonnie { };
|
||||||
|
|
||||||
bonfire = callPackage ../tools/misc/bonfire { };
|
bonfire = callPackage ../tools/misc/bonfire { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user