csv_fast_export: use python3
This commit is contained in:
parent
ec4c848751
commit
9122b454f6
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, makeWrapper, flex, bison,
|
{stdenv, fetchurl, makeWrapper, flex, bison,
|
||||||
asciidoc, docbook_xml_dtd_45, docbook_xsl,
|
asciidoc, docbook_xml_dtd_45, docbook_xsl,
|
||||||
libxml2, libxslt,
|
libxml2, libxslt,
|
||||||
python27, rcs, cvs, git,
|
python3, rcs, cvs, git,
|
||||||
coreutils, rsync}:
|
coreutils, rsync}:
|
||||||
with stdenv; with lib;
|
with stdenv; with lib;
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
@ -22,7 +22,7 @@ mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
flex bison asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt
|
flex bison asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt
|
||||||
python27 rcs cvs git makeWrapper
|
python3 rcs cvs git makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = "patchShebangs .";
|
postPatch = "patchShebangs .";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user