git-up: mark as broken

This commit is contained in:
Orivej Desh 2017-11-28 17:57:38 +00:00
parent 9249dc6557
commit c06c2cda51

View File

@ -31,5 +31,6 @@ python2Packages.buildPythonApplication rec {
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
broken = true; # Incompatible with Git 2.15 object store.
};
}