flatpak: Bring manifest file up to date.
- pdf2txt.py is not working because it has no shebang in upstream. - pydoc's test is failing but pydoc is working. Golden file contains a path.
This commit is contained in:
parent
d6bcb86d06
commit
d6d6fbea4e
2 changed files with 462 additions and 369 deletions
|
|
@ -374,7 +374,7 @@ def lua_modules(dep):
|
|||
url = line.split()[1]
|
||||
sources.append({"type": "file", "url": url,
|
||||
"sha256": get_url_sha256(url)})
|
||||
commands = ["luarocks-admin make-manifest .",
|
||||
commands = ["luarocks-admin make_manifest .",
|
||||
f"luarocks install --only-from=$PWD {dep}"]
|
||||
return modules + [{"name": dep, "buildsystem": "simple",
|
||||
"build-commands": commands,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue