mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 00:59:44 +01:00
0b7fd187e2
The XDG Desktop Entry spec mentions that multiple values per key may be optionally terminated by a semicolon. An example for this is the Firefox desktop file, which has no trailing semicolon. This breaks the sed regex used in `mimeAssociations`. Fix the regex by matching the end of string, optionally preceded by a semicolon, or any other semicolon. This makes it work with both semicolon-terminated and non-semicolon-terminated desktop files. |
||
---|---|---|
.. | ||
dconf.nix | ||
debug.nix | ||
fontconfig.nix | ||
gtk.nix | ||
lib.nix | ||
news.nix | ||
nix.nix | ||
nixpkgs-disabled.nix | ||
nixpkgs.nix | ||
numlock.nix | ||
pam.nix | ||
qt.nix | ||
specialization.nix | ||
submodule-support.nix | ||
tmpfiles.nix | ||
version.nix | ||
vte.nix | ||
xdg-desktop-entries.nix | ||
xdg-mime-apps.nix | ||
xdg-mime.nix | ||
xdg-system-dirs.nix | ||
xdg-user-dirs.nix | ||
xdg.nix |