Commit be3dadb5 authored by Michael Raskin's avatar Michael Raskin
Browse files

pypy: drop pycparser dependency to fix build

parent af8b9db5
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;