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 , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, SDL2 , SDL2
, alsaLib , alsaLib
, bullet , bullet
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
gtk3 gtk3
pkgconfig pkg-config
check check
]; ];