Merge pull request #97364 from IvarWithoutBones/xwallpaper-fix
xwallpaper: remove libseccomp dependency
This commit is contained in:
commit
7e8cf698f4
@ -1,5 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkg-config, autoreconfHook, pixman, xcbutil, xcbutilimage
|
{ stdenv
|
||||||
, libseccomp, libjpeg, libpng, libXpm }:
|
, fetchFromGitHub
|
||||||
|
, pkg-config
|
||||||
|
, autoreconfHook
|
||||||
|
, pixman
|
||||||
|
, xcbutil
|
||||||
|
, xcbutilimage
|
||||||
|
, libjpeg
|
||||||
|
, libpng
|
||||||
|
, libXpm
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xwallpaper";
|
pname = "xwallpaper";
|
||||||
@ -15,7 +24,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