5 , lvm2_dmeventd # <libdevmapper-event.h>
10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-FZerMUzth43p5jvKQalyYcW+mrl6SLjS8GrivY2qWkI=";
29 python3.pkgs.wrapPython
32 propagatedBuildInputs = with python3.pkgs; [
36 pythonPath = propagatedBuildInputs;
39 "DESTDIR=${placeholder "out"}"
41 # all of these paths are relative to DESTDIR and have defaults that don't work for us
43 "defaultdocdir=/share/doc"
45 "python3_sitelib=${python3.sitePackages}"
48 enableParallelBuilding = true;
51 installShellCompletion --bash $out/usr/share/bash-completion/completions/*
58 homepage = "https://github.com/dm-vdo/vdo";
59 description = "Set of userspace tools for managing pools of deduplicated and/or compressed block storage";
60 # platforms are defined in https://github.com/dm-vdo/vdo/blob/master/utils/uds/atomicDefs.h
61 platforms = [ "x86_64-linux" "aarch64-linux" "s390-linux" "powerpc64-linux" "powerpc64le-linux" ];
62 license = with licenses; [ gpl2Plus ];
63 maintainers = teams.helsinki-systems.members;