From 9ad5a1f98a358153ccb90d4131100a7b94c87a7b Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Sat, 9 May 2020 23:11:17 +0200 Subject: gnu: texlive-bin: Build shared libraries. * gnu/packages/tex.scm (texlive-bin)[arguments]: Enable shared libraries as it's required for atril >= 1.24. --- gnu/packages/tex.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index db574b4e20..8c59aaf67f 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -324,6 +324,7 @@ files from LOCATIONS with expected checksum HASH. CODE is not currently in use. #:configure-flags '("--disable-static" "--disable-native-texlive-build" + "--enable-shared" "--with-system-cairo" "--with-system-freetype2" "--with-system-gd" -- cgit v1.2.3