Merge pull request #249382 from aacebedo/aacebedo/gtklock

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

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 = [