libagar: dropped unused xlibsWrapper input
Validated as no change in `out` output with `diffoscope`.
This commit is contained in:
parent
41d87c3fb7
commit
12b054c3aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue