twemoji-color-font-src: svgo from main package set instead of nodePackages alias

Fixes: 1f47317b58 ("twemoji-color-font-src: init at 15.1.0")
This commit is contained in:
Luna Nova
2026-03-08 11:51:34 -07:00
parent 22e2bf7717
commit 8ba3e73c4c
@@ -6,9 +6,9 @@
twemoji-color-font,
imagemagick,
inkscape,
nodePackages,
potrace,
scfbuild,
svgo,
which,
}:
@@ -26,9 +26,9 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
imagemagick
inkscape
nodePackages.svgo
potrace
scfbuild
svgo
which
];