vips: propagate glib

The .pc file has gobject-2.0 in Requires
wip/yesman
Jan Tojnar 4 years ago
parent 1829f233dc
commit 658b4914f3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 5
      pkgs/tools/graphics/vips/default.nix

@ -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…
Cancel
Save