Commit a01b299c authored by Alyssa Ross's avatar Alyssa Ross
Browse files

git-cinnabar: don't set GIT_CINNABAR_EXPERIMENTS

python3 is now officially supported, so setting this prints a warning.
parent afe3831c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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