python3Packages.seekpath: fix build (#501433)

This commit is contained in:
Pol Dellaiera
2026-03-20 10:28:19 +00:00
committed by GitHub
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
flit-core,
numpy,
scipy,
spglib,
@@ -24,7 +24,7 @@ buildPythonPackage rec {
env.LC_ALL = "en_US.utf-8";
build-system = [ setuptools ];
build-system = [ flit-core ];
dependencies = [
numpy