xwallpaper: remove libseccomp dependency
This commit is contained in:
parent
dc09e3edfc
commit
4008f2c6ea
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkg-config, autoreconfHook, pixman, xcbutil, xcbutilimage
|
{ stdenv, fetchFromGitHub, pkg-config, autoreconfHook, pixman, xcbutil, xcbutilimage
|
||||||
, libseccomp, libjpeg, libpng, libXpm }:
|
, libjpeg, libpng, libXpm }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xwallpaper";
|
pname = "xwallpaper";
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||||
buildInputs = [ pixman xcbutilimage xcbutil libseccomp libjpeg libpng libXpm ];
|
buildInputs = [ pixman xcbutilimage xcbutil libjpeg libpng libXpm ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/stoeckmann/xwallpaper";
|
homepage = "https://github.com/stoeckmann/xwallpaper";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user