Reverted unneeded setting of NIX_LDFLAGS.
svn path=/nixpkgs/trunk/; revision=11112
This commit is contained in:
parent
5695543482
commit
1275775baf
@ -25,9 +25,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user