mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
pypy: drop pycparser dependency to fix build
This commit is contained in:
parent
af8b9db5c0
commit
be3dadb563
@ -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