python3Packages.seekpath: disable <python3.5

This commit is contained in:
Jonathan Ringer 2020-08-29 11:07:21 -07:00 committed by Frederik Rietdijk
parent ffebbefd43
commit b56230d800

View file

@ -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 {
pname = "seekpath";
version = "2.0.1";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "giovannipizzi";