emacs-macport: enable librsvg for proper SVG rendering parity (#446624)

This commit is contained in:
Lin Jian
2025-09-27 12:11:29 +00:00
committed by GitHub
@@ -357,6 +357,9 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals withNS [
librsvg
]
++ lib.optionals (variant == "macport") [
librsvg
];
# Emacs needs to find movemail at run time, see info (emacs) Movemail