Fixing LaTeX building.

This commit is contained in:
Ad5001 2022-04-23 01:14:46 +02:00
parent 3ac6717933
commit 3b171bdb07
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 9 additions and 4 deletions

View File

@ -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",