You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/gitian-descriptors/gitian-osx.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ packages:
10
10
- "git-core"
11
11
- "pkg-config"
12
12
- "autoconf"
13
-
- "libffi-dev"
13
+
- "librsvg2-bin"
14
14
- "libtiff-tools"
15
15
- "libtool"
16
16
- "automake"
@@ -19,10 +19,8 @@ packages:
19
19
- "cmake"
20
20
- "imagemagick"
21
21
- "libcap-dev"
22
-
- "libxslt-dev"
23
22
- "libz-dev"
24
23
- "libbz2-dev"
25
-
- "python-cairo"
26
24
- "python-dev"
27
25
- "python-pip"
28
26
- "fonts-tuffy"
@@ -34,7 +32,7 @@ files:
34
32
- "MacOSX10.9.sdk.tar.gz"
35
33
script: |
36
34
# FIXME: We should probably install these in some other (cachable) way, but the depends system doesn't appear to make native packages available to Core's build system itself?
0 commit comments