vips: propagate glib
The .pc file has gobject-2.0 in Requires
This commit is contained in:
parent
1829f233dc
commit
658b4914f3
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue