Add patch for python2 build with clang
This commit is contained in:
@@ -16,6 +16,8 @@ buildPythonPackage rec {
|
||||
sha256 = "64726a4a56783acdc79c6b9b3a15f16e6071077c897a0b999f3b43f744bc621c";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional stdenv.cc.isClang ./pyfribidi-clang.patch;
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user