Merge pull request #198358 from adisbladis/openrazer-daemon-buildpythonpackage
openrazer-daemon: fix build
This commit is contained in:
commit
34a23b028d
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, isPy3k
|
||||
, daemonize
|
||||
, dbus-python
|
||||
|
@ -16,7 +16,7 @@
|
|||
let
|
||||
common = import ./common.nix { inherit lib fetchFromGitHub; };
|
||||
in
|
||||
buildPythonApplication (common // rec {
|
||||
buildPythonPackage (common // rec {
|
||||
pname = "openrazer_daemon";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
|
|
@ -30883,7 +30883,7 @@ with pkgs;
|
|||
|
||||
libopenmpt-modplug = callPackage ../development/libraries/audio/libopenmpt-modplug { };
|
||||
|
||||
openrazer-daemon = with python3Packages; toPythonApplication openrazer-daemon;
|
||||
openrazer-daemon = python3Packages.toPythonApplication python3Packages.openrazer-daemon;
|
||||
|
||||
opusfile = callPackage ../applications/audio/opusfile { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue