Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.nuitka: remove ccache dependency

-2
-2
pkgs/development/python-modules/nuitka/default.nix
··· 1 { 2 lib, 3 buildPythonPackage, 4 - ccache, 5 fetchFromGitHub, 6 isPyPy, 7 ordered-set, ··· 27 setuptools 28 wheel 29 ]; 30 - nativeCheckInputs = [ ccache ]; 31 32 dependencies = [ 33 ordered-set
··· 1 { 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 isPyPy, 6 ordered-set, ··· 26 setuptools 27 wheel 28 ]; 29 30 dependencies = [ 31 ordered-set