Unverified Commit f6330df7 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

python312Packages.nuitka: remove ccache dependency (#339804)

parents 5f9c591e ea697233
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