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
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
postInstall = ''
for i in $(find $out/bin/ -type f); do
wrapProgram "$i" \
--prefix GIO_EXTRA_MODULES : "${glib_networking}/lib/gio/modules" \
--prefix GIO_EXTRA_MODULES : "${glib_networking.out}/lib/gio/modules" \
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
done
'';