default-crate-overrides.nix: remove unnecessary attrs from previous commit

Sorry, I should have removed these before submitting https://github.com/NixOS/nixpkgs/pull/186748
This commit is contained in:
Adam Joseph 2022-08-15 01:08:13 -07:00
parent 88132767ce
commit 6d9a490980

View File

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