udev182: fix build against linux 4.4 headers

Fix from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libudev0

+5
+5
pkgs/os-specific/linux/udev/182.nix
··· 23 23 "--disable-introspection" 24 24 ]; 25 25 26 + postPatch = '' 27 + sed -i 's:input.h:input-event-codes.h:' Makefile.in 28 + sed -i '20a#include <stdint.h>' src/mtd_probe/mtd_probe.h 29 + ''; 30 + 26 31 NIX_LDFLAGS = [ "-lrt" ]; 27 32 28 33 meta = with stdenv.lib; {