Add patch for python2 build with clang

This commit is contained in:
Maxim Krivchikov
2020-02-23 07:21:10 +00:00
parent 4644a4c482
commit a517238f9f
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ buildPythonPackage rec {
sha256 = "64726a4a56783acdc79c6b9b3a15f16e6071077c897a0b999f3b43f744bc621c";
};
patches = stdenv.lib.optional stdenv.cc.isClang ./pyfribidi-clang.patch;
propagatedBuildInputs = [ six ];
meta = with stdenv.lib; {