eudev: gperf is a nativeBuildInput

This commit is contained in:
arcnmx 2021-11-13 15:25:05 -08:00
parent d14a8e372f
commit 2c055cdfa0

View File

@ -9,9 +9,9 @@ let
sha256 = "sha256-h7sCjUcP0bhRaTSbRMVdW3M3M9wtUN3xGW4CZyXq0DQ=";
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config gperf ];
buildInputs = [
glib gperf util-linux kmod
glib util-linux kmod
];
in
stdenv.mkDerivation {