Commit ea697233 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

python312Packages.nuitka: remove ccache dependency

parent b833ff01
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  ccache,
  fetchFromGitHub,
  isPyPy,
  ordered-set,
@@ -27,7 +26,6 @@ buildPythonPackage rec {
    setuptools
    wheel
  ];
  nativeCheckInputs = [ ccache ];

  dependencies = [
    ordered-set