glib-networking: split the dev output

That's done to get rid of propagatedBuildInputs from regular closure.
Also references were fixed, mainly to its gio modules.
This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:56 +02:00
parent 8db97583ae
commit 8e381b89a1
15 changed files with 18 additions and 16 deletions
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ glib libxml2 gobjectIntrospection ]
++ stdenv.lib.optionals gnomeSupport [ libgnome_keyring ];
passthru.propagatedUserEnvPackages = [ glib_networking ];
passthru.propagatedUserEnvPackages = [ glib_networking.out ];
# glib_networking is a runtime dependency, not a compile-time dependency
configureFlags = "--disable-tls-check" + stdenv.lib.optionalString (!gnomeSupport) " --without-gnome";