mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-12-22 15:33:45 +00:00
Fixing LaTeX building.
This commit is contained in:
parent
3ac6717933
commit
3b171bdb07
1 changed files with 9 additions and 4 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue