fontconfig: current behavior makes substitutes fail
This commit is contained in:
parent
4426d73ad8
commit
a390a9cbc9
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
(fetchpatch ({
|
(fetchpatch ({
|
||||||
url = "http://cgit.freedesktop.org/fontconfig/patch/?id=f44157c809d280e2a0ce87fb078fc4b278d24a67";
|
url = "http://cgit.freedesktop.org/fontconfig/patch/?id=f44157c809d280e2a0ce87fb078fc4b278d24a67";
|
||||||
sha256 = "19s5irclg4irj2yxd7xw9yikbazs9263px8qbv4r21asw06nfalv";
|
sha256 = "19s5irclg4irj2yxd7xw9yikbazs9263px8qbv4r21asw06nfalv";
|
||||||
} // stdenv.lib.optionalAttrs (!stdenv.isLinux) {
|
name = "fc-cache-bug-77252.patch";
|
||||||
name = "fc-cache-bug-77252.patch"; # TODO: collapse on mass rebuild
|
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
|
|
Loading…
Reference in a new issue