-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
ncurses: fix source download #277064
ncurses: fix source download #277064
Conversation
nixos 22.05 EOL is 31 Dec 2022 |
I understand. However, |
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.
Should this be the GitHub mirror URL instead of web.archive?
fa91370
to
d75a26f
Compare
|
# https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_3_20220507.tar.gz | ||
# has the same source code, but the archive differs. Since we're using | ||
# fetchurl, we use archive.org here, keeping the hash and avoiding rebuilds |
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.
# https://github.com/ThomasDickey/ncurses-snapshots/archive/refs/tags/v6_3_20220507.tar.gz | |
# has the same source code, but the archive differs. Since we're using | |
# fetchurl, we use archive.org here, keeping the hash and avoiding rebuilds | |
# old snapshots are removed |
yeah, that can happen because those tarballs are generated by git archive.
We can't push to nixos-22.11 and the advancing of channels is likely already deactivated. right @vcunat ? |
I think |
I'd primarily suggest working towards upgrading OfBorg to supported NixOS release. EDIT: though I don't know why exactly the old PHP is needed there, etc. |
If Also, the tarball for [1] Checked like this:
|
I'm closing this as this issue seems no longer relevant. |
Description of changes
The package can't be built from source since the source URL throws a HTTP 404 error.
Since there are no other obvious sources, this PR retrieves the source through
archive.org
.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.