From f7626c1ddd7e3fd15b680d7010693ebc82bedb3e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 Jan 2012 14:55:43 +0000 Subject: * Unbreak icewm. Without -lfontconfig, it barfs with icewm: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory This causes various NixOS tests to fail (e.g. http://hydra.nixos.org/build/1952097). svn path=/nixpkgs/trunk/; revision=31945 --- pkgs/applications/window-managers/icewm/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/window-managers') diff --git a/pkgs/applications/window-managers/icewm/default.nix b/pkgs/applications/window-managers/icewm/default.nix index 000f0e55bb41..0b541d8104d3 100644 --- a/pkgs/applications/window-managers/icewm/default.nix +++ b/pkgs/applications/window-managers/icewm/default.nix @@ -16,6 +16,8 @@ stdenv.mkDerivation rec { sha256 = "0yw813d8amrl0n1fvdiyznxah92wcylj9kj1qhjc6h73d827h6na"; }; + NIX_LDFLAGS = "-lfontconfig"; + # The fuloong2f is not supported by 1.3.6 still # # Don't know whether 1.3.7 supports fuloong2f and don't know how to test it -- cgit 1.4.1