summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-uinput
diff options
context:
space:
mode:
authordanbst <abcz2.uprola@gmail.com>2020-02-14 19:00:52 +0200
committerdanbst <abcz2.uprola@gmail.com>2020-02-14 19:00:52 +0200
commit2c77c5348784af220f5566b26c621aa254fd14a1 (patch)
tree3d86fecda6f4069cc792cedd6761ecd34aaf447a /pkgs/development/python-modules/python-uinput
parentd9ff157ee44d978aebed6f6a9c7d4de05d5576ad (diff)
parent854638ea2953b9285379840abba539fd559d5712 (diff)
Merge branch 'master' into postgresql_group
Diffstat (limited to 'pkgs/development/python-modules/python-uinput')
-rw-r--r--pkgs/development/python-modules/python-uinput/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-uinput/default.nix b/pkgs/development/python-modules/python-uinput/default.nix
index ba5a527fdb08..8f6c7c54cb2e 100644
--- a/pkgs/development/python-modules/python-uinput/default.nix
+++ b/pkgs/development/python-modules/python-uinput/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
buildInputs = [ udev ];
- NIX_CFLAGS_LINK = [ "-ludev" ];
+ NIX_CFLAGS_LINK = "-ludev";
meta = with stdenv.lib; {
description = "Pythonic API to Linux uinput kernel module";