10 common = import ./common.nix { inherit lib fetchFromGitHub; };
12 buildPythonPackage (common // rec {
15 sourceRoot = "source/pylib";
17 propagatedBuildInputs = [
23 meta = common.meta // {
24 description = "An entirely open source Python library that allows you to manage your Razer peripherals on GNU/Linux";