gconf: Use a dev output

This reduces the closure size of gconf from 225 to 63 MiB.
This commit is contained in:
Eelco Dolstra 2017-03-20 14:41:25 +01:00
parent 96d7f35e96
commit 3ab897c6cf
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
# ToDo: ldap reported as not found but afterwards reported as supported
outputs = [ "out" "dev" ];
meta = with stdenv.lib; {
homepage = http://projects.gnome.org/gconf/;
description = "A system for storing application preferences";