gtklock: add support for svg icons

This commit is contained in:
Alexandre Acebedo 2023-08-15 21:57:51 +02:00
parent 8eae78f07f
commit 12891a7e73

View File

@ -1,12 +1,14 @@
{ lib
, stdenv
, fetchFromGitHub
, wrapGAppsHook
, pam
, scdoc
, gtk3
, pkg-config
, gtk-layer-shell
, glib
, librsvg
, wayland
, wayland-scanner
}:
@ -22,13 +24,12 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Jh+BmtKGaLgAcTXc44ydV83dp/W4wzByehUWyeyBoFI=";
};
strictDeps = true;
nativeBuildInputs = [
scdoc
pkg-config
wayland-scanner
glib
wrapGAppsHook
];
buildInputs = [
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
gtk3
pam
gtk-layer-shell
librsvg
];
installFlags = [