python3Packages.python-uinput: move env vars into env for structuredAttrs
This commit is contained in:
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ udev ];
|
||||
|
||||
NIX_CFLAGS_LINK = "-ludev";
|
||||
env.NIX_CFLAGS_LINK = "-ludev";
|
||||
|
||||
doCheck = false; # no tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user