Merge pull request #249142 from aacebedo/aacebedo/fix_gtkgreet_svg

gtkgreet: add support for svg icons
This commit is contained in:
Weijia Wang 2023-09-07 03:00:01 +02:00 committed by GitHub
commit 3ebe258f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchFromSourcehut
, wrapGAppsHook
, pkg-config
, cmake
, meson
@ -8,6 +9,7 @@
, gtk3
, gtk-layer-shell
, json_c
, librsvg
, scdoc
}:
@ -27,6 +29,7 @@ stdenv.mkDerivation rec {
meson
ninja
cmake
wrapGAppsHook
];
buildInputs = [
@ -34,6 +37,7 @@ stdenv.mkDerivation rec {
gtk-layer-shell
json_c
scdoc
librsvg
];
mesonFlags = [