From accdb3b19fccb95c517fea084a3bedf37d15b515 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sat, 12 Nov 2011 17:29:11 +0000 Subject: Fixing xfontsel, so it now starts finding the dynamic libs. svn path=/nixpkgs/trunk/; revision=30396 --- pkgs/applications/misc/xfontsel/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/misc/xfontsel') diff --git a/pkgs/applications/misc/xfontsel/default.nix b/pkgs/applications/misc/xfontsel/default.nix index b875e51ecffb..c81a346914c9 100644 --- a/pkgs/applications/misc/xfontsel/default.nix +++ b/pkgs/applications/misc/xfontsel/default.nix @@ -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. -- cgit 1.4.1