csv_fast_export: use python3

wip/yesman
Jonathan Ringer 4 years ago committed by Jonathan Ringer
parent ec4c848751
commit 9122b454f6
  1. 4
      pkgs/applications/version-management/cvs-fast-export/default.nix

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

Loading…
Cancel
Save