mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lXext"
|
||||||
|
'';
|
||||||
|
|
||||||
# XXX: KDE is supported as well so we could make it available optionally.
|
# XXX: KDE is supported as well so we could make it available optionally.
|
||||||
buildInputs = [x11 SDL SDL_mixer GStreamer
|
buildInputs = [x11 SDL SDL_mixer GStreamer
|
||||||
libogg libxml2 libjpeg mesa libpng boost freetype agg
|
libogg libxml2 libjpeg mesa libpng boost freetype agg
|
||||||
|
Loading…
Reference in New Issue
Block a user