Fixing xfontsel, so it now starts finding the dynamic libs.
svn path=/nixpkgs/trunk/; revision=30396
This commit is contained in:
parent
52e58c6c27
commit
accdb3b19f
@ -13,6 +13,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [libX11 pkgconfig libXaw];
|
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
|
# This will not make xfontsel find its app-defaults, but at least the $out
|
||||||
# directory will contain them.
|
# directory will contain them.
|
||||||
# hack: Copying the XFontSel app-defaults file to $HOME makes xfontsel work.
|
# hack: Copying the XFontSel app-defaults file to $HOME makes xfontsel work.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user