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
|
{ buildPythonApplication
|
||||||
|
, isPy3k
|
||||||
, daemonize
|
, daemonize
|
||||||
, dbus-python
|
, dbus-python
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
@ -21,6 +22,8 @@ buildPythonApplication (common // rec {
|
||||||
|
|
||||||
sourceRoot = "source/daemon";
|
sourceRoot = "source/daemon";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
|
nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in New Issue