summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-uinput
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-11 10:56:52 +0100
committerPeter Simons <simons@cryp.to>2021-01-11 10:56:52 +0100
commit3aae69103b5d6d1870f11dc0b2aa944750235a62 (patch)
tree114c0807494a23b5a2e86c194fd8f1728d29bf54 /pkgs/development/python-modules/python-uinput
parentdaa50421eb43cecf158048911a1f492c1b4d33bd (diff)
parentc3c06134e2078fe0798507fc2ed57b9912106b1d (diff)
Merge remote-tracking branch 'origin/master' into haskell-updates.
Diffstat (limited to 'pkgs/development/python-modules/python-uinput')
-rw-r--r--pkgs/development/python-modules/python-uinput/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-uinput/default.nix b/pkgs/development/python-modules/python-uinput/default.nix
index e7579058f71a..69f741e74379 100644
--- a/pkgs/development/python-modules/python-uinput/default.nix
+++ b/pkgs/development/python-modules/python-uinput/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, buildPythonPackage, fetchPypi
+{ lib, stdenv, buildPythonPackage, fetchPypi
, udev }:
buildPythonPackage rec {
@@ -14,7 +14,7 @@ buildPythonPackage rec {
NIX_CFLAGS_LINK = "-ludev";
- meta = with stdenv.lib; {
+ meta = with lib; {
description = "Pythonic API to Linux uinput kernel module";
homepage = "http://tjjr.fi/sw/python-uinput/";
license = licenses.gpl3Plus;