tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.nuitka: remove ccache dependency
Kira Bruneau
1 year ago
ea697233
b833ff01
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
nuitka
default.nix
-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,
0
4
fetchFromGitHub,
5
isPyPy,
6
ordered-set,
···
26
setuptools
27
wheel
28
];
0
29
30
dependencies = [
31
ordered-set