mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +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;
|
pname = passthru.executable;
|
||||||
version = with sourceVersion; "${major}.${minor}.${patch}";
|
version = with sourceVersion; "${major}.${minor}.${patch}";
|
||||||
pythonForPypy = python.withPackages (ppkgs: [ ppkgs.pycparser ]);
|
pythonForPypy = python.withPackages (ppkgs: [ ]);
|
||||||
|
|
||||||
in with passthru; stdenv.mkDerivation rec {
|
in with passthru; stdenv.mkDerivation rec {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
Reference in New Issue
Block a user