nixos/gvfs: fix libmtp udev package path for realz

bin is the primary output so the previous attempt at fixing this
(2d7fc66c79)
was a no-op.
This commit is contained in:
Jan Tojnar 2022-01-04 19:22:05 +01:00
parent e4bae52770
commit dafaecb3b9

View File

@ -54,7 +54,7 @@ in
systemd.packages = [ cfg.package ];
services.udev.packages = [ pkgs.libmtp ];
services.udev.packages = [ pkgs.libmtp.out ];
# Needed for unwrapped applications
environment.variables.GIO_EXTRA_MODULES = [ "${cfg.package}/lib/gio/modules" ];