zsh-git-prompt: python2 -> python3
This commit is contained in:
parent
831b9b4c36
commit
d4a769b6dc
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue