Merge pull request #186761 from amjoseph-nixpkgs/pr/rust/default-crate-overrides/fix

This commit is contained in:
Artturi 2022-12-27 19:35:06 +02:00 committed by GitHub
commit 88eb7d5d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,6 @@ in
};
evdev-sys = attrs: {
LIBGIT2_SYS_USE_PKG_CONFIG = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libevdev ];
};