Merge pull request #249384 from aacebedo/aacebedo/fix_regreet_svg

regreet: add support for svg icons
This commit is contained in:
Ilan Joselevich
2023-08-17 03:15:44 +03:00
committed by GitHub
@@ -2,9 +2,11 @@
, rustPlatform
, fetchFromGitHub
, pkg-config
, wrapGAppsHook
, glib
, gtk4
, pango
, librsvg
}:
rustPlatform.buildRustPackage rec {
@@ -22,8 +24,8 @@ rustPlatform.buildRustPackage rec {
buildFeatures = [ "gtk4_8" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib gtk4 pango ];
nativeBuildInputs = [ pkg-config wrapGAppsHook];
buildInputs = [ glib gtk4 pango librsvg ];
meta = with lib; {
description = "Clean and customizable greeter for greetd";