python312Packages.nuitka: remove ccache dependency (#339804)

This commit is contained in:
Kira Bruneau
2024-09-06 10:29:40 -04:00
committed by GitHub
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
ccache,
fetchFromGitHub,
isPyPy,
ordered-set,
@@ -27,7 +26,6 @@ buildPythonPackage rec {
setuptools
wheel
];
nativeCheckInputs = [ ccache ];
dependencies = [
ordered-set