Commit dbcf59a8 authored by Alexandre Acebedo's avatar Alexandre Acebedo
Browse files

gtkgreet: add support for svg icons

parent 8eae78f0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ 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 = [