Skip to content

Commit ecfcd0b

Browse files
committedNov 28, 2017
git-up: mark as broken
(cherry picked from commit c06c2cd)
1 parent 29a4d94 commit ecfcd0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/applications/version-management/git-up/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ python2Packages.buildPythonApplication rec {
3131
license = licenses.mit;
3232
maintainers = with maintainers; [ peterhoeg ];
3333
platforms = platforms.all;
34+
broken = true; # Incompatible with Git 2.15 object store.
3435
};
3536
}

0 commit comments

Comments
 (0)
Please sign in to comment.