below: don't use aliases

pkgconfig is an alias for pkg-config. This breaks nixpkgs-review when it
reuses ofborg's eval result.
This commit is contained in:
Raphael Robatsch 2022-12-15 12:07:41 +00:00 committed by Bobby Rong
parent 7634c3250b
commit 0f5996b524

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, rustPlatform
, clang
, pkgconfig
, pkg-config
, elfutils
, rustfmt
, zlib
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
# bpf code compilation
hardeningDisable = [ "stackprotector" ];
nativeBuildInputs = [ clang pkgconfig rustfmt ];
nativeBuildInputs = [ clang pkg-config rustfmt ];
buildInputs = [ elfutils zlib ];
# needs /sys/fs/cgroup