Unverified Commit cf61d1df authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #204177 from thiagokokada/zsh-git-prompt

zsh-git-prompt: python2 -> python3
parents 7ceefed0 d4a769b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
# installed.
#
{ fetchFromGitHub
, python2
, python3
, git
, lib
, haskellPackages
@@ -45,7 +45,7 @@ haskellPackages.callPackage
     prePatch = ''
        substituteInPlace zshrc.sh                       \
          --replace ':-"python"' ':-"haskell"'           \
          --replace 'python '    '${python2.interpreter} ' \
          --replace 'python '    '${python3.interpreter} ' \
          --replace 'git '       '${git}/bin/git '
     '';
     preCompileBuildDriver = "cd src";