python.pkgs.sphinxcontrib-bibtex: disable python2
Support dropped in https://github.com/mcmtroffaes/sphinxcontrib-bibtex/commit/efa4e66b5a7e4c760ce37b00296c21a41f31eca1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi, isPy3k
|
||||||
, oset, pybtex, pybtex-docutils, sphinx
|
, oset, pybtex, pybtex-docutils, sphinx
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -6,6 +6,8 @@ buildPythonPackage rec {
|
|||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
pname = "sphinxcontrib-bibtex";
|
pname = "sphinxcontrib-bibtex";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0";
|
sha256 = "629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0";
|
||||||
|
|||||||
Reference in New Issue
Block a user