python3Packages.seekpath: disable <python3.5
This commit is contained in:
parent
ffebbefd43
commit
b56230d800
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub, numpy, future, spglib, glibcLocales, pytest, scipy }:
|
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder, numpy, future, spglib, glibcLocales, pytest, scipy }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "seekpath";
|
pname = "seekpath";
|
||||||
version = "2.0.1";
|
version = "2.0.1";
|
||||||
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "giovannipizzi";
|
owner = "giovannipizzi";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user