1 { callPackage, python3Packages, cmake, pkg-config, intltool, wrapGAppsNoGuiHook, gobject-introspection }:
2 python3Packages.buildPythonApplication {
4 inherit (callPackage ./common-drv-attrs.nix {
6 pname = "cdemu-client";
7 hash = "sha256-py2F61v8vO0BCM18GCflAiD48deZjbMM6wqoCDZsOd8=";
8 }) pname version src meta;
10 nativeBuildInputs = [ cmake pkg-config intltool wrapGAppsNoGuiHook gobject-introspection ];
11 propagatedBuildInputs = with python3Packages; [ dbus-python pygobject3 ];
16 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")