2 , buildPythonApplication
8 , gobject-introspection
18 common = import ./common.nix { inherit lib fetchFromGitHub; };
20 buildPythonApplication (common // rec {
21 pname = "openrazer_daemon";
25 sourceRoot = "source/daemon";
27 outputs = [ "out" "man" ];
29 nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
31 propagatedBuildInputs = [
42 DESTDIR="$out" PREFIX="" make install manpages
45 meta = common.meta // {
46 description = "An entirely open source user-space daemon that allows you to manage your Razer peripherals on GNU/Linux";