18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 hash = "sha256-IJcPSBJErf8Dy9YhYAc9eg/llgaaLZCQSB0Brof+kpg=";
30 depsBuildBuild = [ pkg-config ];
49 "-Dgdk-pixbuf=enabled"
54 description = "Wallpaper tool for Wayland compositors";
55 inherit (src.meta) homepage;
57 A wallpaper utility for Wayland compositors, that is compatible with any
58 Wayland compositor which implements the following Wayland protocols:
59 wlr-layer-shell, xdg-output, and xdg-shell.
61 license = licenses.mit;
62 mainProgram = "swaybg";
63 maintainers = with maintainers; [ primeos ];
64 platforms = platforms.linux;