0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

gnome3: correctly place GIO_EXTRA_MODULES

This commit is contained in:
Domen Kožar 2014-02-17 00:24:13 +01:00
parent e80b520a9d
commit 4b201b27bf

View file

@ -43,6 +43,7 @@ in {
'';
};
environment.variables.GIO_EXTRA_MODULES = "${gnome3.dconf}/lib/gio/modules";
environment.systemPackages =
[ gnome3.evince
gnome3.eog
@ -57,6 +58,5 @@ in {
];
};
environment.variables.GIO_EXTRA_MODULES = "${gnome3.dconf}/lib/gio/modules";
}