Fixing xfontsel, so it now starts finding the dynamic libs.

svn path=/nixpkgs/trunk/; revision=30396
This commit is contained in:
Lluís Batlle i Rossell 2011-11-12 17:29:11 +00:00
parent 52e58c6c27
commit accdb3b19f

View file

@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = [libX11 pkgconfig libXaw];
# Without this, it gets Xmu as a dependency, but without rpath entry
NIX_LDFLAGS = "-lXmu";
# This will not make xfontsel find its app-defaults, but at least the $out
# directory will contain them.
# hack: Copying the XFontSel app-defaults file to $HOME makes xfontsel work.