rss-glx: use xorg.* packages directly instead of xlibsWrapper
Validated as no change in `out` outputs with `diffoscope`.
This commit is contained in:
parent
be7042a040
commit
7824b4856c
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue