mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/pantheon: don't set GIO_EXTRA_MODULES
This commit is contained in:
parent
5b09814b57
commit
a686dc071c
1 changed files with 0 additions and 4 deletions
|
@ -162,10 +162,6 @@ in
|
||||||
|
|
||||||
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
|
environment.variables.GNOME_SESSION_DEBUG = optionalString cfg.debug "1";
|
||||||
|
|
||||||
environment.variables.GIO_EXTRA_MODULES = [
|
|
||||||
"${pkgs.gnome3.gvfs}/lib/gio/modules"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
# FIXME: modules should link subdirs of `/share` rather than relying on this
|
# FIXME: modules should link subdirs of `/share` rather than relying on this
|
||||||
"/share"
|
"/share"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue