forked from mirrors/nixpkgs
* 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
This commit is contained in:
parent
bf95f7fa3c
commit
f7626c1ddd
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue