Merge master into staging-next

This commit is contained in:
github-actions[bot]
2024-05-14 18:01:03 +00:00
committed by GitHub
75 changed files with 311 additions and 253 deletions
@@ -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;