mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nixos/gvfs: fix libmtp udev package path
As pointed out by @sigprof[1] my bump of libmtp silently broke this, as I
moved the udev files out of the bin output of the pkg.
[1]: https://github.com/NixOS/nixpkgs/pull/144290#discussion_r775266642
(cherry picked from commit 2d7fc66c79)
This commit is contained in:
committed by
github-actions[bot]
parent
1dd3dc3bc3
commit
f4ae07ffca
@@ -54,7 +54,7 @@ in
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
|
||||
services.udev.packages = [ pkgs.libmtp.bin ];
|
||||
services.udev.packages = [ pkgs.libmtp ];
|
||||
|
||||
# Needed for unwrapped applications
|
||||
environment.variables.GIO_EXTRA_MODULES = [ "${cfg.package}/lib/gio/modules" ];
|
||||
|
||||
Reference in New Issue
Block a user