libagar: dropped unused xlibsWrapper input

Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-11-16 07:50:00 +00:00
parent 41d87c3fb7
commit 12b054c3aa

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, libtool, perl, bsdbuild, gettext, mandoc
, libpng, libjpeg, xlibsWrapper, libXinerama, freetype, SDL, libGLU, libGL
, libpng, libjpeg, libXinerama, freetype, SDL, libGLU, libGL
, libsndfile, portaudio, libmysqlclient, fontconfig
}:
@ -29,7 +29,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkg-config libtool gettext ];
buildInputs = [
bsdbuild perl xlibsWrapper libXinerama SDL libGL libmysqlclient mandoc
bsdbuild perl libXinerama SDL libGL libmysqlclient mandoc
freetype.dev libpng libjpeg.dev fontconfig portaudio libsndfile
];