Merge pull request #145819 from arcnmx/eudev-native-gperf

eudev: gperf is a nativeBuildInput
This commit is contained in:
Michael Raskin 2021-11-14 09:56:21 +00:00 committed by GitHub
commit 06ef33bf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {