enlightenment.efl: use pkg-config instead of the alias pkgconfig

This commit is contained in:
José Romildo Malaquias 2020-10-04 10:15:40 -03:00
parent bf0370c045
commit 38a1e2f7ee

View file

@ -2,7 +2,7 @@
, fetchurl
, meson
, ninja
, pkgconfig
, pkg-config
, SDL2
, alsaLib
, bullet
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meson
ninja
gtk3
pkgconfig
pkg-config
check
];