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 = [ nativeBuildInputs = [
(pkgconfig.override { vanilla = true; })
gettext gettext
meson meson
ninja ninja
pkgconfig
]; ];
buildInputs = [ buildInputs = [

View File

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

View File

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

View File

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