Revert "thin-provisioning-tools: init at 0.6.1"
This reverts commit 55b18ac486336da8f9bfe352afd3fac564b2671b. There is already a "thin-provisioning-tools" package (see cd1ec18b421c3dbbaabfc64f4f5d30371f84e7e1). Although this one was committed earlier, I'm reverting it because it's not only older, but it's unreferenced within <nixpkgs>. Apart from that the packaging of the other package is of higher packaging quality (maintainer and license, doesn't use "descriptionS", uses autoreconfHook). Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @globin, @dwe11er, @jagajaga Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
4c891ac638
commit
6af6cec8b2
@ -1,30 +0,0 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoconf, pkgconfig, utillinux, coreutils, expat, libaio, boost}:
|
|
||||||
|
|
||||||
let
|
|
||||||
version = "0.6.1";
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "thin-provisioning-tools-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "jthornber";
|
|
||||||
repo = "thin-provisioning-tools";
|
|
||||||
rev = "e46bdfd4cc6cdb13852de8aba4e3019425ab0a89";
|
|
||||||
sha256 = "061rw33nw16g71ij05axl713wimawx54h2ggpqxvzy7iyi6lhdcm";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf pkgconfig expat libaio boost ];
|
|
||||||
|
|
||||||
preConfigure =
|
|
||||||
''
|
|
||||||
autoconf
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = https://github.com/jthornber/thin-provisioning-tools;
|
|
||||||
descriptions = "Tools for manipulating the metadata of the device-mapper targets (dm-thin-pool, dm-cache, dm-era)";
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
inherit version;
|
|
||||||
};
|
|
||||||
}
|
|
@ -11374,8 +11374,6 @@ in
|
|||||||
|
|
||||||
lvm2 = callPackage ../os-specific/linux/lvm2 { };
|
lvm2 = callPackage ../os-specific/linux/lvm2 { };
|
||||||
|
|
||||||
thin_provisioning_tools = callPackage ../os-specific/linux/thin-provisioning-tools { };
|
|
||||||
|
|
||||||
mbpfan = callPackage ../os-specific/linux/mbpfan { };
|
mbpfan = callPackage ../os-specific/linux/mbpfan { };
|
||||||
|
|
||||||
mdadm = callPackage ../os-specific/linux/mdadm { };
|
mdadm = callPackage ../os-specific/linux/mdadm { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user