gconf: Use a dev output
This reduces the closure size of gconf from 225 to 63 MiB.
This commit is contained in:
parent
96d7f35e96
commit
3ab897c6cf
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# ToDo: ldap reported as not found but afterwards reported as supported
|
# ToDo: ldap reported as not found but afterwards reported as supported
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://projects.gnome.org/gconf/;
|
homepage = http://projects.gnome.org/gconf/;
|
||||||
description = "A system for storing application preferences";
|
description = "A system for storing application preferences";
|
||||||
|
Loading…
Reference in New Issue
Block a user