Merge pull request #107661 from IvarWithoutBones/xwallpaper-fix

This commit is contained in:
Sandro 2020-12-27 16:27:15 +01:00 committed by GitHub
commit 2c7caac3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
, pixman , pixman
, xcbutil , xcbutil
, xcbutilimage , xcbutilimage
, libseccomp
, libjpeg , libjpeg
, libpng , libpng
, libXpm , libXpm
@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh"; preConfigure = "./autogen.sh";
nativeBuildInputs = [ pkg-config autoreconfHook ]; nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ pixman xcbutilimage xcbutil libjpeg libpng libXpm ]; buildInputs = [ pixman xcbutilimage xcbutil libseccomp libjpeg libpng libXpm ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/stoeckmann/xwallpaper"; homepage = "https://github.com/stoeckmann/xwallpaper";