Skip to content

Commit d29a80d

Browse files
authored
Merge pull request #691 from snowinmars/arch-linux-makedepends
Fix arch linux makedepends
2 parents ac94ca4 + ea0ef40 commit d29a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/arch/PKGBUILD.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX
1717
url=https://tectonic-typesetting.github.io/
1818
license=('MIT')
1919
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
20-
makedepends=('rust')
20+
makedepends=('rust' 'gcc' 'pkg-config')
2121
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
2222
sha512sums=('@sha512@')
2323

0 commit comments

Comments
 (0)