Merge pull request #249382 from aacebedo/aacebedo/gtklock
gtklock: add support for svg icons
This commit is contained in:
commit
308e5f73e1
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, wrapGAppsHook
|
||||||
, pam
|
, pam
|
||||||
, scdoc
|
, scdoc
|
||||||
, gtk3
|
, gtk3
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gtk-layer-shell
|
, gtk-layer-shell
|
||||||
, glib
|
, glib
|
||||||
|
, librsvg
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-scanner
|
, wayland-scanner
|
||||||
}:
|
}:
|
||||||
|
@ -22,13 +24,12 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "sha256-Jh+BmtKGaLgAcTXc44ydV83dp/W4wzByehUWyeyBoFI=";
|
sha256 = "sha256-Jh+BmtKGaLgAcTXc44ydV83dp/W4wzByehUWyeyBoFI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
scdoc
|
scdoc
|
||||||
pkg-config
|
pkg-config
|
||||||
wayland-scanner
|
wayland-scanner
|
||||||
glib
|
glib
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
gtk3
|
gtk3
|
||||||
pam
|
pam
|
||||||
gtk-layer-shell
|
gtk-layer-shell
|
||||||
|
librsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
|
Loading…
Reference in a new issue