Unverified Commit 167594dc authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #311073 from 7c6f434c/pypy-no-pycparser

pypy: drop pycparser dependency to fix build
parents ffc645e3 be3dadb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ let
  };
  pname = passthru.executable;
  version = with sourceVersion; "${major}.${minor}.${patch}";
  pythonForPypy = python.withPackages (ppkgs: [ ppkgs.pycparser ]);
  pythonForPypy = python.withPackages (ppkgs: [ ]);

in with passthru; stdenv.mkDerivation rec {
  inherit pname version;