summary refs log tree commit diff
path: root/pkgs/applications/misc/xfontsel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/xfontsel/default.nix')
-rw-r--r--pkgs/applications/misc/xfontsel/default.nix3
1 files changed, 3 insertions, 0 deletions
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.