3
0
Fork 0
forked from mirrors/nixpkgs

nixos/pantheon: don't set GIO_EXTRA_MODULES

This commit is contained in:
worldofpeace 2019-08-19 18:59:55 -04:00
parent 5b09814b57
commit a686dc071c

View file

@ -162,10 +162,6 @@ in
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
environment.variables.GIO_EXTRA_MODULES = [
"${pkgs.gnome3.gvfs}/lib/gio/modules"
];
environment.pathsToLink = [
# FIXME: modules should link subdirs of `/share` rather than relying on this
"/share"