Update nix build instructions to use librsvg

This commit is contained in:
ced4rtree
2026-05-03 18:00:25 -06:00
parent 49f9bce464
commit fdda12cd4a
+3 -1
View File
@@ -22,7 +22,8 @@
curl,
libwebp,
glib,
polkit
polkit,
librsvg
}:
stdenv.mkDerivation {
@@ -61,6 +62,7 @@ stdenv.mkDerivation {
libwebp
glib
polkit
librsvg
];
mesonBuildType = "release";