-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
update some elementary thirdparty apps #49560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* uses meson now * crashes on start complaining schema not installed, so I added a postInstall that compiles the schema? Fixes the problem but I'm not particularly familiar with these bits so review appreciated.
6343b07
to
144c726
Compare
Success on x86_64-linux (full log) Attempted: aesop, bookworm, hashit, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: quilter, bookworm, notejot, hashit, regextester, aesop, spice-up Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: aesop, bookworm, hashit, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: quilter, bookworm, notejot, hashit, regextester, aesop, spice-up Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: aesop, bookworm, hashit, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: aesop, bookworm, hashit, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: aesop, bookworm, hashit, nasc, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: aesop, bookworm, hashit, nasc, notejot, quilter, regextester, spice-up Partial log (click to expand)
|
❇️ |
}; | ||
|
||
patches = [ | ||
# Install libqalculatenasc.so | ||
(fetchpatch { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@worldofpeace Is there a reason you removed this patch? I tried out nasc
after the libqalculate
update today and it failed to start because it couldn't find the libqalculatenasc.so
library. For now, I've fixed this by linking libqalculatenasc
as a static library: 698ad2d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gebner I was actually confused as to where these patches were coming from. And everything worked fine without them so they were dropped.
Notes
spice-up
866984a obsoletes 2d07540 in the
gnome-3.30
branch.bookworm
not at a release because they switched to meson, and for some reason patching it wouldn't work.
nasc
There's a meson port pr that looks good port to meson parnoldx/nasc#98
Also finishes #49431
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @jtojnar