Merge pull request #145819 from arcnmx/eudev-native-gperf
eudev: gperf is a nativeBuildInput
This commit is contained in:
commit
06ef33bf9e
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue