Merge pull request #107661 from IvarWithoutBones/xwallpaper-fix
This commit is contained in:
commit
2c7caac3de
@ -5,6 +5,7 @@
|
||||
, pixman
|
||||
, xcbutil
|
||||
, xcbutilimage
|
||||
, libseccomp
|
||||
, libjpeg
|
||||
, libpng
|
||||
, libXpm
|
||||
@ -24,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||
buildInputs = [ pixman xcbutilimage xcbutil libjpeg libpng libXpm ];
|
||||
buildInputs = [ pixman xcbutilimage xcbutil libseccomp libjpeg libpng libXpm ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/stoeckmann/xwallpaper";
|
||||
|
Loading…
Reference in New Issue
Block a user