nixos/gvfs: fix libmtp udev package path for realz

bin is the primary output so the previous attempt at fixing this
(https://github.com/NixOS/nixpkgs/commit/2d7fc66c79d7543ada565c96a3c6ad2b15c6b350)
was a no-op.
This commit is contained in:
Jan Tojnar
2022-01-04 19:22:05 +01:00
parent e4bae52770
commit dafaecb3b9
+1 -1
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" ];