mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +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=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",
|
||||
|
|
Loading…
Reference in a new issue