vips: propagate glib

The .pc file has gobject-2.0 in Requires
This commit is contained in:
Jan Tojnar 2020-03-04 01:28:09 +01:00
parent 1829f233dc
commit 658b4914f3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ stdenv.mkDerivation rec {
expat
] ++ stdenv.lib.optional stdenv.isDarwin ApplicationServices;
# Required by .pc file
propagatedBuildInputs = [
glib
];
autoreconfPhase = ''
NOCONFIGURE=1 ./autogen.sh
'';