Skip to content

Commit 9ae64ce

Browse files
committed
install gcc
1 parent 0f7cf95 commit 9ae64ce

File tree

2 files changed

+264
-1
lines changed

2 files changed

+264
-1
lines changed

devbox.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"ruby_3_1@latest",
44
"bundler@latest",
55
"nodejs-19_x@latest",
6-
"yarn@latest"
6+
"yarn@latest",
7+
"pkg-config@latest",
8+
"gcc@latest",
9+
"gnumake@latest"
710
],
811
"shell": {
912
"init_hook": [

devbox.lock

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,272 @@
77
"source": "devbox-search",
88
"version": "2.4.17"
99
},
10+
"gcc@latest": {
11+
"last_modified": "2024-08-20T18:17:24Z",
12+
"resolved": "github:NixOS/nixpkgs/d13fa5a45a34e7c8be33474f58003914430bdc5a#gcc14",
13+
"source": "devbox-search",
14+
"version": "14.2.0",
15+
"systems": {
16+
"aarch64-darwin": {
17+
"outputs": [
18+
{
19+
"name": "out",
20+
"path": "/nix/store/1isp13qkjbfmwc3iwpaalbmff99jx2ss-gcc-wrapper-14.2.0",
21+
"default": true
22+
},
23+
{
24+
"name": "man",
25+
"path": "/nix/store/xpqdgdbz1la93j70dn6hyvvizcj4bvj1-gcc-wrapper-14.2.0-man",
26+
"default": true
27+
},
28+
{
29+
"name": "info",
30+
"path": "/nix/store/2296magwmhsl2i6lwv8yfdz8n9h133sp-gcc-wrapper-14.2.0-info"
31+
}
32+
],
33+
"store_path": "/nix/store/1isp13qkjbfmwc3iwpaalbmff99jx2ss-gcc-wrapper-14.2.0"
34+
},
35+
"aarch64-linux": {
36+
"outputs": [
37+
{
38+
"name": "out",
39+
"path": "/nix/store/mnaajrkjs6qg4r83akwa48m4mqjsw623-gcc-wrapper-14.2.0",
40+
"default": true
41+
},
42+
{
43+
"name": "man",
44+
"path": "/nix/store/6jlj23h2dawdkmaspn7zhjjk90im44mk-gcc-wrapper-14.2.0-man",
45+
"default": true
46+
},
47+
{
48+
"name": "info",
49+
"path": "/nix/store/1jqflhhw4qnli5czwd5301idyz99yick-gcc-wrapper-14.2.0-info"
50+
}
51+
],
52+
"store_path": "/nix/store/mnaajrkjs6qg4r83akwa48m4mqjsw623-gcc-wrapper-14.2.0"
53+
},
54+
"x86_64-darwin": {
55+
"outputs": [
56+
{
57+
"name": "out",
58+
"path": "/nix/store/5mgyccpq519mpw3sx9ywmkp4px9z1ivn-gcc-wrapper-14.2.0",
59+
"default": true
60+
},
61+
{
62+
"name": "man",
63+
"path": "/nix/store/ajh2rlvb3dkjfdqvws8gd1ppx39azqb1-gcc-wrapper-14.2.0-man",
64+
"default": true
65+
},
66+
{
67+
"name": "info",
68+
"path": "/nix/store/hhlbn2552py47x5n0f8jfh7j17f1fxpb-gcc-wrapper-14.2.0-info"
69+
}
70+
],
71+
"store_path": "/nix/store/5mgyccpq519mpw3sx9ywmkp4px9z1ivn-gcc-wrapper-14.2.0"
72+
},
73+
"x86_64-linux": {
74+
"outputs": [
75+
{
76+
"name": "out",
77+
"path": "/nix/store/abjqnplaq64xfss8s71v1dnlgg316gc3-gcc-wrapper-14.2.0",
78+
"default": true
79+
},
80+
{
81+
"name": "man",
82+
"path": "/nix/store/vxljmd12c5n0ip0sd748k7h9in1nl9bi-gcc-wrapper-14.2.0-man",
83+
"default": true
84+
},
85+
{
86+
"name": "info",
87+
"path": "/nix/store/rv2villabhy3swnk2552nvkxdb3r48vi-gcc-wrapper-14.2.0-info"
88+
}
89+
],
90+
"store_path": "/nix/store/abjqnplaq64xfss8s71v1dnlgg316gc3-gcc-wrapper-14.2.0"
91+
}
92+
}
93+
},
94+
"gnumake@latest": {
95+
"last_modified": "2024-08-20T18:17:24Z",
96+
"resolved": "github:NixOS/nixpkgs/d13fa5a45a34e7c8be33474f58003914430bdc5a#gnumake",
97+
"source": "devbox-search",
98+
"version": "4.4.1",
99+
"systems": {
100+
"aarch64-darwin": {
101+
"outputs": [
102+
{
103+
"name": "out",
104+
"path": "/nix/store/sz3m7krgqnb9cjd2qjd3grhls157sdwf-gnumake-4.4.1",
105+
"default": true
106+
},
107+
{
108+
"name": "man",
109+
"path": "/nix/store/6yi88bny7isqyr13vxnazy7ycg4m27zg-gnumake-4.4.1-man",
110+
"default": true
111+
},
112+
{
113+
"name": "info",
114+
"path": "/nix/store/qcwvg2pa29jrd227qmwjljncpzcp75gz-gnumake-4.4.1-info"
115+
}
116+
],
117+
"store_path": "/nix/store/sz3m7krgqnb9cjd2qjd3grhls157sdwf-gnumake-4.4.1"
118+
},
119+
"aarch64-linux": {
120+
"outputs": [
121+
{
122+
"name": "out",
123+
"path": "/nix/store/zisc80m4vlwzvcl152fjyfprfdhnq1mc-gnumake-4.4.1",
124+
"default": true
125+
},
126+
{
127+
"name": "man",
128+
"path": "/nix/store/hqcwcnqi98k7npg5xqx88wzxf5fkcq6p-gnumake-4.4.1-man",
129+
"default": true
130+
},
131+
{
132+
"name": "debug",
133+
"path": "/nix/store/7x2v8w6s0sn2m9av2a8fd9rjpbdz2zhx-gnumake-4.4.1-debug"
134+
},
135+
{
136+
"name": "info",
137+
"path": "/nix/store/j30jfdwlzd32hbr38s4r1649dv3mfznc-gnumake-4.4.1-info"
138+
}
139+
],
140+
"store_path": "/nix/store/zisc80m4vlwzvcl152fjyfprfdhnq1mc-gnumake-4.4.1"
141+
},
142+
"x86_64-darwin": {
143+
"outputs": [
144+
{
145+
"name": "out",
146+
"path": "/nix/store/smp8k999pchxy2igjmgp4xsa5p26zlic-gnumake-4.4.1",
147+
"default": true
148+
},
149+
{
150+
"name": "man",
151+
"path": "/nix/store/xil73ibrmx0l3wwgm0bzjncraywxbp5c-gnumake-4.4.1-man",
152+
"default": true
153+
},
154+
{
155+
"name": "info",
156+
"path": "/nix/store/0gv1wsnadpg2m1m5igz1wjagif7m8fzv-gnumake-4.4.1-info"
157+
}
158+
],
159+
"store_path": "/nix/store/smp8k999pchxy2igjmgp4xsa5p26zlic-gnumake-4.4.1"
160+
},
161+
"x86_64-linux": {
162+
"outputs": [
163+
{
164+
"name": "out",
165+
"path": "/nix/store/z4g38z9kx48234vrgnqxkijk0bmm9jm5-gnumake-4.4.1",
166+
"default": true
167+
},
168+
{
169+
"name": "man",
170+
"path": "/nix/store/2hkypijajcr9nn20b3fkizz419b6fnc0-gnumake-4.4.1-man",
171+
"default": true
172+
},
173+
{
174+
"name": "debug",
175+
"path": "/nix/store/ld4s0g2gwckka2851azkv9fqw2bwqpil-gnumake-4.4.1-debug"
176+
},
177+
{
178+
"name": "info",
179+
"path": "/nix/store/zmicx4r6043zxcqxzrrzm7b429hhdyp5-gnumake-4.4.1-info"
180+
}
181+
],
182+
"store_path": "/nix/store/z4g38z9kx48234vrgnqxkijk0bmm9jm5-gnumake-4.4.1"
183+
}
184+
}
185+
},
10186
"nodejs-19_x@latest": {
11187
"last_modified": "2023-03-31T22:52:29Z",
12188
"resolved": "github:NixOS/nixpkgs/242246ee1e58f54d2322227fc5eef53b4a616a31#nodejs-19_x",
13189
"source": "devbox-search",
14190
"version": "19.8.1"
15191
},
192+
"pkg-config@latest": {
193+
"last_modified": "2024-08-14T11:41:26Z",
194+
"resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#pkg-config",
195+
"source": "devbox-search",
196+
"version": "0.29.2",
197+
"systems": {
198+
"aarch64-darwin": {
199+
"outputs": [
200+
{
201+
"name": "out",
202+
"path": "/nix/store/r6xx785mlgyqwzgb34wx103xsb7k01q3-pkg-config-wrapper-0.29.2",
203+
"default": true
204+
},
205+
{
206+
"name": "man",
207+
"path": "/nix/store/7072gja0xwm7j1hcszp4hvfmi3a6ildy-pkg-config-wrapper-0.29.2-man",
208+
"default": true
209+
},
210+
{
211+
"name": "doc",
212+
"path": "/nix/store/xcs7yv6dpw4qb53a18s99d47x69v2g14-pkg-config-wrapper-0.29.2-doc"
213+
}
214+
],
215+
"store_path": "/nix/store/r6xx785mlgyqwzgb34wx103xsb7k01q3-pkg-config-wrapper-0.29.2"
216+
},
217+
"aarch64-linux": {
218+
"outputs": [
219+
{
220+
"name": "out",
221+
"path": "/nix/store/p1clqs45xfjknc3pcmlc0c4cxyq6cn6y-pkg-config-wrapper-0.29.2",
222+
"default": true
223+
},
224+
{
225+
"name": "man",
226+
"path": "/nix/store/a360vfw1r2rm4af48arcm25hszk4djd8-pkg-config-wrapper-0.29.2-man",
227+
"default": true
228+
},
229+
{
230+
"name": "doc",
231+
"path": "/nix/store/56ln7ivsbjsfmm7mbd70gp6c6y95a4l8-pkg-config-wrapper-0.29.2-doc"
232+
}
233+
],
234+
"store_path": "/nix/store/p1clqs45xfjknc3pcmlc0c4cxyq6cn6y-pkg-config-wrapper-0.29.2"
235+
},
236+
"x86_64-darwin": {
237+
"outputs": [
238+
{
239+
"name": "out",
240+
"path": "/nix/store/j6m8g36w0im5jbzi506lfyr739xl9pc3-pkg-config-wrapper-0.29.2",
241+
"default": true
242+
},
243+
{
244+
"name": "man",
245+
"path": "/nix/store/76spnswzy2c8mgnda8qwwkiml1lilrkl-pkg-config-wrapper-0.29.2-man",
246+
"default": true
247+
},
248+
{
249+
"name": "doc",
250+
"path": "/nix/store/2hs1m46mfmjvm8pvw18ivl2pq3iga0p5-pkg-config-wrapper-0.29.2-doc"
251+
}
252+
],
253+
"store_path": "/nix/store/j6m8g36w0im5jbzi506lfyr739xl9pc3-pkg-config-wrapper-0.29.2"
254+
},
255+
"x86_64-linux": {
256+
"outputs": [
257+
{
258+
"name": "out",
259+
"path": "/nix/store/blb1ci2nwrmgzb3g1xl4mvqpwkhm3s3b-pkg-config-wrapper-0.29.2",
260+
"default": true
261+
},
262+
{
263+
"name": "man",
264+
"path": "/nix/store/0f76i8j392i9icmc9gqlngfbjq2ll2z4-pkg-config-wrapper-0.29.2-man",
265+
"default": true
266+
},
267+
{
268+
"name": "doc",
269+
"path": "/nix/store/9c9p179b41li306zylldbpkx5686asp2-pkg-config-wrapper-0.29.2-doc"
270+
}
271+
],
272+
"store_path": "/nix/store/blb1ci2nwrmgzb3g1xl4mvqpwkhm3s3b-pkg-config-wrapper-0.29.2"
273+
}
274+
}
275+
},
16276
"ruby_3_1@latest": {
17277
"last_modified": "2024-05-01T20:12:28Z",
18278
"plugin_version": "0.0.2",

0 commit comments

Comments
 (0)