python310Packages.numcodecs: remove explicit gcc8

This commit is contained in:
Theodore Ni
2022-12-06 10:43:42 -08:00
parent fa81d500a3
commit 91dde6fc89
@@ -9,7 +9,6 @@
, msgpack
, pytestCheckHook
, python
, gcc8
}:
buildPythonPackage rec {
@@ -25,7 +24,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
setuptools-scm
cython
gcc8
];
propagatedBuildInputs = [