csv_fast_export: use python3

gstqt5
Jonathan Ringer 2020-11-01 10:31:36 -08:00 committed by Jonathan Ringer
parent ec4c848751
commit 9122b454f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{stdenv, fetchurl, makeWrapper, flex, bison,
asciidoc, docbook_xml_dtd_45, docbook_xsl,
libxml2, libxslt,
python27, rcs, cvs, git,
python3, rcs, cvs, git,
coreutils, rsync}:
with stdenv; with lib;
mkDerivation rec {
@ -22,7 +22,7 @@ mkDerivation rec {
buildInputs = [
flex bison asciidoc docbook_xml_dtd_45 docbook_xsl libxml2 libxslt
python27 rcs cvs git makeWrapper
python3 rcs cvs git makeWrapper
];
postPatch = "patchShebangs .";