From fdda12cd4ab9c77bb0a8baf83191ca367a7b63d2 Mon Sep 17 00:00:00 2001 From: ced4rtree Date: Sun, 3 May 2026 18:00:25 -0600 Subject: [PATCH] Update nix build instructions to use librsvg --- nix/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index de8a4597e..be8c12a87 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -22,7 +22,8 @@ curl, libwebp, glib, - polkit + polkit, + librsvg }: stdenv.mkDerivation { @@ -61,6 +62,7 @@ stdenv.mkDerivation { libwebp glib polkit + librsvg ]; mesonBuildType = "release";