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

View file

@ -9,14 +9,12 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--filesystem=home", "--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": { "add-extensions": {
"org.freedesktop.Sdk.Extension.texlive": { "org.freedesktop.Sdk.Extension.texlive": {
"directory": "texlive", "directory": "texlive",
"version": "21.08", "version": "21.08"
"no-autodownload": true,
"autodelete": false
} }
}, },
"sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"], "sdk-extensions": ["org.freedesktop.Sdk.Extension.llvm12"],
@ -52,6 +50,13 @@
] ]
}, },
{
"name": "texlive",
"buildsystem": "simple",
"build-commands": [
"install -d /app/texlive"
]
},
{ {
"name": "LogarithmPlotter", "name": "LogarithmPlotter",
"buildsystem": "simple", "buildsystem": "simple",