From 3b171bdb0742adf49aedb9369cb19d7ff1edc210 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sat, 23 Apr 2022 01:14:46 +0200 Subject: [PATCH] Fixing LaTeX building. --- eu.ad5001.LogarithmPlotter.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/eu.ad5001.LogarithmPlotter.json b/eu.ad5001.LogarithmPlotter.json index 5c8de3c..70af1ad 100644 --- a/eu.ad5001.LogarithmPlotter.json +++ b/eu.ad5001.LogarithmPlotter.json @@ -9,14 +9,12 @@ "--socket=fallback-x11", "--socket=wayland", "--filesystem=home", - "--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin" + "--env=PATH=/app/bin:/usr/bin:/app/texlive-bin:/app/texlive/bin:/app/texlive/bin/x86_64-linux:/app/texlive/bin/aarch64-linux" ], "add-extensions": { "org.freedesktop.Sdk.Extension.texlive": { "directory": "texlive", - "version": "21.08", - "no-autodownload": true, - "autodelete": false + "version": "21.08" } }, "sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"], @@ -52,6 +50,13 @@ ] }, + { + "name": "texlive", + "buildsystem": "simple", + "build-commands": [ + "install -d /app/texlive" + ] + }, { "name": "LogarithmPlotter", "buildsystem": "simple",