mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
git-cinnabar: don't set GIT_CINNABAR_EXPERIMENTS
python3 is now officially supported, so setting this prints a warning.
This commit is contained in:
parent
afe3831ccd
commit
a01b299c59
@ -38,7 +38,6 @@ stdenv.mkDerivation rec {
|
||||
for pythonBin in git-cinnabar git-remote-hg; do
|
||||
makeWrapper $out/libexec/$pythonBin $out/bin/$pythonBin \
|
||||
--prefix PATH : ${lib.getBin python3}/bin \
|
||||
--prefix GIT_CINNABAR_EXPERIMENTS , python3 \
|
||||
--set PYTHONPATH ${mercurial}/${python3.sitePackages}
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user