python3Packages.python-uinput: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:19 +01:00
parent e7d9fed8cf
commit ede0af9171
@@ -17,7 +17,7 @@ buildPythonPackage rec {
buildInputs = [ udev ];
NIX_CFLAGS_LINK = "-ludev";
env.NIX_CFLAGS_LINK = "-ludev";
doCheck = false; # no tests