forked from mirrors/nixpkgs
Unfortunately needed here on NixOS...
svn path=/nixpkgs/trunk/; revision=11054
This commit is contained in:
parent
a35566af2b
commit
8ec59864b2
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lXext"
|
||||
'';
|
||||
|
||||
# XXX: KDE is supported as well so we could make it available optionally.
|
||||
buildInputs = [x11 SDL SDL_mixer GStreamer
|
||||
libogg libxml2 libjpeg mesa libpng boost freetype agg
|
||||
|
|
Loading…
Reference in a new issue