7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "stratis-storage";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-F/RP/bWf2fV1IvNbrkYX3d94om1kACNe+oJI8pXM5P4=";
19 nativeBuildInputs = with python3Packages; [
23 propagatedBuildInputs = with python3Packages; [
25 dbus-python-client-gen
33 nativeCheckInputs = with python3Packages; [
38 # tests below require dbus daemon
39 "tests/whitebox/integration"
42 pythonImportsCheck = [ "stratis_cli" ];
44 passthru.tests = nixosTests.stratis;
47 description = "CLI for the Stratis project";
48 homepage = "https://stratis-storage.github.io";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ nickcao ];
51 mainProgram = "stratis";