summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-uinput
diff options
context:
space:
mode:
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 ba5a527fdb08..e7579058f71a 100644
--- a/pkgs/development/python-modules/python-uinput/default.nix
+++ b/pkgs/development/python-modules/python-uinput/default.nix
@@ -12,11 +12,11 @@ buildPythonPackage rec {
buildInputs = [ udev ];
- NIX_CFLAGS_LINK = [ "-ludev" ];
+ NIX_CFLAGS_LINK = "-ludev";
meta = with stdenv.lib; {
description = "Pythonic API to Linux uinput kernel module";
- homepage = http://tjjr.fi/sw/python-uinput/;
+ homepage = "http://tjjr.fi/sw/python-uinput/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ abbradar ];
};