rss-glx: use xorg.* packages directly instead of xlibsWrapper

Validated as no change in `out` outputs with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-10-25 22:55:08 +01:00
parent be7042a040
commit 7824b4856c

View File

@ -3,7 +3,7 @@
, fetchurl
, autoconf
, pkg-config
, xlibsWrapper
, libX11
, libXext
, libGLU
, libGL
@ -22,14 +22,13 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoconf pkg-config ];
buildInputs = [ libGLU libGL xlibsWrapper imagemagick6 libtiff bzip2 ];
buildInputs = [ libGLU libGL libX11 libXext imagemagick6 libtiff bzip2 ];
patches = [
./cstddef.patch
];
NIX_CFLAGS_COMPILE = "-I${imagemagick6.dev}/include/ImageMagick";
NIX_LDFLAGS= "-rpath ${libXext}/lib";
meta = {
description = "Really Slick Screensavers Port to GLX";