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

pypy: drop pycparser dependency to fix build
This commit is contained in:
7c6f434c 2024-05-14 14:34:22 +00:00 committed by GitHub
commit 167594dc4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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