Merge pull request #70481 from joachifm/feat/openrazer-daemon-python3
pythonPackages.openrazer-daemon: python3 only
This commit is contained in:
commit
7e9eec608e
@ -1,4 +1,5 @@
|
||||
{ buildPythonApplication
|
||||
, isPy3k
|
||||
, daemonize
|
||||
, dbus-python
|
||||
, fetchFromGitHub
|
||||
@ -21,6 +22,8 @@ buildPythonApplication (common // rec {
|
||||
|
||||
sourceRoot = "source/daemon";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user