15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-smhqovPgDdSLhAwW1y/hnPjNwFcpIUocs3MKizdvZj0=";
26 nativeBuildInputs = [ pkg-config autoreconfHook installShellFiles ];
27 buildInputs = [ pixman xcbutilimage xcbutil libseccomp libjpeg libpng libXpm ];
30 installShellCompletion --zsh _xwallpaper
34 homepage = "https://github.com/stoeckmann/xwallpaper";
35 description = "Utility for setting wallpapers in X";
36 license = licenses.isc;
38 platforms = platforms.linux;
39 mainProgram = "xwallpaper";