mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
Merge pull request #311073 from 7c6f434c/pypy-no-pycparser
pypy: drop pycparser dependency to fix build
This commit is contained in:
commit
167594dc4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user