-
Notifications
You must be signed in to change notification settings - Fork 19
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
Migrate anastasis
and anastasis-gtk
#65
Comments
They don't build in their current state: nix build git+https://github.com/ngi-nix/anastasis
error:
… in the condition of the assert statement
at «string»:66:13:
65| if node.flake or true then
66| assert builtins.isFunction flake.outputs;
| ^
67| result
… while calling the 'isFunction' builtin
at «string»:66:20:
65| if node.flake or true then
66| assert builtins.isFunction flake.outputs;
| ^
67| result
(stack trace truncated; use '--show-trace' to show the full trace)
error: unable to download 'https://github.com/JosephLucas/nixpkgs/archive/e2d8fe9a4803c0d5bc0bd359ebf15106911b208f.tar.gz': HTTP error 404
response body:
404: Not Found nix build git+https://github.com/ngi-nix/anastasis-gtk
error:
… in the condition of the assert statement
at «string»:66:13:
65| if node.flake or true then
66| assert builtins.isFunction flake.outputs;
| ^
67| result
… while calling the 'isFunction' builtin
at «string»:66:20:
65| if node.flake or true then
66| assert builtins.isFunction flake.outputs;
| ^
67| result
(stack trace truncated; use '--show-trace' to show the full trace)
error: unable to download 'https://github.com/JosephLucas/nixpkgs/archive/e2d8fe9a4803c0d5bc0bd359ebf15106911b208f.tar.gz': HTTP error 404
response body:
404: Not Found |
anastasis
to ngipkgs
anastasis
and anastasis-gtk
to ngipkgs
anastasis
and anastasis-gtk
to ngipkgs
anastasis
and anastasis-gtk
After bumping Build log
|
Should grep for those two tokens in the code. Looks like an upstream bug. |
The # ./contrib/gana-update.sh
cat contrib/gana/gnu-taler-error-codes/taler_error_codes.h | sed -e "s/GNU_TALER_ERROR_CODES_H/GNU_ANASTASIS_ERROR_CODES_H/" -e "s/taler_error_codes.h/anastasis_error_codes.h/" > src/include/anastasis_error_codes.h I tried running the
|
@matusf Ugh, it's probably time to get in touch with upstream. |
I've made #136 which adds the |
Tracking issue: #12.
The text was updated successfully, but these errors were encountered: