pythonPackages.hieroglyph: disable python2
This commit is contained in:
parent
258794a39c
commit
4a3b1f86aa
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage, sphinx }:
|
{ stdenv, fetchPypi, buildPythonPackage, isPy27, sphinx }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hieroglyph";
|
pname = "hieroglyph";
|
||||||
version = "2.1.0";
|
version = "2.1.0";
|
||||||
|
disabled = isPy27; # python2 compatible sphinx is too low
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user