python-cffi: remove patch for clang
Builds fine without it now.
This commit is contained in:
@@ -10,8 +10,6 @@ if isPyPy then null else buildPythonPackage rec {
|
||||
sha256 = "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional (isPy27 && stdenv.cc.isClang) ./clang.patch;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
propagatedBuildInputs = [ libffi pycparser ];
|
||||
|
||||
Reference in New Issue
Block a user