1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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.
};
}