Loading pkgs/development/python-modules/openrazer/daemon.nix +47 −45 Original line number Diff line number Diff line Loading @@ -6,21 +6,18 @@ fetchFromGitHub, gobject-introspection, gtk3, makeWrapper, pygobject3, pyudev, setproctitle, setuptools, wrapGAppsHook3, wrapGAppsNoGuiHook, notify2, }: let common = import ./common.nix { inherit lib fetchFromGitHub; }; in buildPythonPackage ( common // { buildPythonPackage (common // { pname = "openrazer-daemon"; outputs = [ Loading @@ -35,7 +32,7 @@ buildPythonPackage ( --replace-fail "plugdev" "openrazer" ''; nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ]; propagatedBuildInputs = [ daemonize Loading @@ -55,9 +52,14 @@ buildPythonPackage ( # no tests run doCheck = false; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; meta = common.meta // { description = "An entirely open source user-space daemon that allows you to manage your Razer peripherals on GNU/Linux"; mainProgram = "openrazer-daemon"; }; } ) }) Loading
pkgs/development/python-modules/openrazer/daemon.nix +47 −45 Original line number Diff line number Diff line Loading @@ -6,21 +6,18 @@ fetchFromGitHub, gobject-introspection, gtk3, makeWrapper, pygobject3, pyudev, setproctitle, setuptools, wrapGAppsHook3, wrapGAppsNoGuiHook, notify2, }: let common = import ./common.nix { inherit lib fetchFromGitHub; }; in buildPythonPackage ( common // { buildPythonPackage (common // { pname = "openrazer-daemon"; outputs = [ Loading @@ -35,7 +32,7 @@ buildPythonPackage ( --replace-fail "plugdev" "openrazer" ''; nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools wrapGAppsNoGuiHook ]; propagatedBuildInputs = [ daemonize Loading @@ -55,9 +52,14 @@ buildPythonPackage ( # no tests run doCheck = false; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; meta = common.meta // { description = "An entirely open source user-space daemon that allows you to manage your Razer peripherals on GNU/Linux"; mainProgram = "openrazer-daemon"; }; } ) })