enlightenment.{enlightenment,ephoto,rage,terminology}: use default pkgconfig

With efl-1.23.1 built with meson the native pkgconfig is not needed
anymore, and building fails with it.
This commit is contained in:
José Romildo Malaquias 2019-10-26 10:22:00 -03:00
parent 51cf860553
commit ac93f9bd33
4 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
gettext
meson
ninja
pkgconfig
];
buildInputs = [

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
pkgconfig
mesa.dev # otherwise pkg-config does not find gbm
makeWrapper
];

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson
ninja
(pkgconfig.override { vanilla = true; })
pkgconfig
mesa.dev
wrapGAppsHook
];

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson
ninja
(pkgconfig.override { vanilla = true; })
pkgconfig
makeWrapper
];