Skip to content

Commit f9525ea

Browse files
committed
gitless snap needs git binary to operate
1 parent e426a7b commit f9525ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ parts:
2929
plugin: python
3030
source: .
3131
after: [libgit2]
32-
32+
# need git until https://github.com/sdg-mit/gitless/issues/176
33+
stage-packages:
34+
- git
35+
build-packages:
36+
- git
37+

0 commit comments

Comments
 (0)