python3Packages.seekpath: disable <python3.5

gstqt5
Jonathan Ringer 2020-08-29 11:07:21 -07:00 committed by Frederik Rietdijk
parent ffebbefd43
commit b56230d800
1 changed files with 2 additions and 1 deletions

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";