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