python312Packages.nuitka: remove ccache dependency

This commit is contained in:
Kira Bruneau
2024-09-05 09:47:11 -04:00
parent b833ff01a0
commit ea697233d1
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
ccache,
fetchFromGitHub,
isPyPy,
ordered-set,
@@ -27,7 +26,6 @@ buildPythonPackage rec {
setuptools
wheel
];
nativeCheckInputs = [ ccache ];
dependencies = [
ordered-set