Add new dependencies for SILE devel builds#172341
Merged
doronbehar merged 2 commits intoNixOS:masterfrom May 10, 2022
Merged
Conversation
These are new dependencies for SILE, currently needed by the flake in the upstream repo and will be needed by the stable package in this repo on the next release
These are extracted from:
nix-shell maintainers/scripts/update-luarocks-shell.nix --run maintainers/scripts/update-luarocks-packages
... but reduced to just the LuaRocks that are *only* SILE dependencies
so I'm confident of bumping them in this context.
Contributor
|
Result of 1 package marked as broken and skipped:
16 packages built:
|
doronbehar
approved these changes
May 10, 2022
Contributor
|
Why is SILE marked as broken? |
Contributor
Author
|
I think it was marked as broken on Darwin due to wrapper issues (#171473), but it shouldn't be in general. I don't know what that is about. |
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These new dependencies (and the cassowary bump) and needed by SILE devel builds. The upstream Nix Flake doesn't work because they are missing, and the stable packaging will need these on the next release.
Running:
$ nix-shell maintainers/scripts/update-luarocks-shell.nix --run maintainers/scripts/update-luarocks-packages...produces a lot more bumps and changes, many of which look good to me but many others look suspicious (https→http, etc.) so I excluded all the changes except the ones that are directly needed for SILE.
See also upstream issue: sile-typesetter/sile#1388