File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 6
6
"command" : " arduino-ide" ,
7
7
"finish-args" : [
8
8
" --socket=x11" ,
9
+ " --socket=wayland" ,
9
10
" --share=ipc" ,
10
11
" --share=network" ,
11
12
" --device=all" ,
12
- " --filesystem=home"
13
+ " --filesystem=home" ,
14
+ " --filesystem=xdg-run/keyring" ,
15
+ " --talk-name=org.freedesktop.secrets" ,
16
+ " --talk-name=org.freedesktop.Notifications"
13
17
],
14
18
"modules" : [
15
19
" shared-modules/libusb/libusb.json" ,
29
33
30
34
]
31
35
},
36
+ {
37
+ "name" : " git" ,
38
+ "make-args" : [
39
+ " NO_TCLTK=1" ,
40
+ " INSTALL_SYMLINKS=1"
41
+ ],
42
+ "make-install-args" : [
43
+ " NO_TCLTK=1" ,
44
+ " INSTALL_SYMLINKS=1"
45
+ ],
46
+ "sources" : [
47
+ {
48
+ "type" : " archive" ,
49
+ "url" : " https://www.kernel.org/pub/software/scm/git/git-2.35.1.tar.gz" ,
50
+ "sha256" : " 9845a37dd01f9faaa7d8aa2078399d3aea91b43819a5efea6e2877b0af09bd43"
51
+ }
52
+ ]
53
+ },
32
54
{
33
55
"name" : " arduino-ide" ,
34
56
"buildsystem" : " simple" ,
You can’t perform that action at this time.
0 commit comments