xwallpaper: remove libseccomp dependency

This commit is contained in:
IvarWithoutBones 2020-09-07 16:35:47 +02:00
parent dc09e3edfc
commit 4008f2c6ea

View file

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