Skip to content

Commit

Permalink
Merge pull request #201460 from trofi/libagar-without-xlibsWrapper
Browse files Browse the repository at this point in the history
libagar: dropped unused xlibsWrapper input
  • Loading branch information
trofi authored Nov 18, 2022
2 parents 3e9bb29 + 12b054c commit 5cb03b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libagar/default.nix
Original file line number Diff line number Diff line change
@@ -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
}:

Expand Down Expand Up @@ -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
];

Expand Down

0 comments on commit 5cb03b3

Please sign in to comment.