python-cffi: remove patch for clang

Builds fine without it now.
This commit is contained in:
Daiderd Jordan
2018-01-22 19:45:40 +01:00
parent 7490d4d698
commit 0c27903ac0
2 changed files with 0 additions and 15 deletions

View File

@@ -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 ];