mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Update nix build instructions to use librsvg
This commit is contained in:
+3
-1
@@ -22,7 +22,8 @@
|
||||
curl,
|
||||
libwebp,
|
||||
glib,
|
||||
polkit
|
||||
polkit,
|
||||
librsvg
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -61,6 +62,7 @@ stdenv.mkDerivation {
|
||||
libwebp
|
||||
glib
|
||||
polkit
|
||||
librsvg
|
||||
];
|
||||
|
||||
mesonBuildType = "release";
|
||||
|
||||
Reference in New Issue
Block a user