Commit e7f3b4c4 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.seekpath: fix build

parent 3a813e37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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