Remove Folly AUR Fetch
This patch removes a fetch from the AUR. I noticed the AUR now block curl requests (at least mine) due to anubis (understandable really).
Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] NixOS tests in nixos/tests.
- [ ] Package tests at
passthru.tests. - [ ] Tests in lib/tests or pkgs/test for functions and "core" functionality.
- [ ] Ran
nixpkgs-reviewon this PR. See nixpkgs-review usage. - [ ] Tested basic functionality of all binary files, usually in
./result/bin/. - Nixpkgs Release Notes
- [ ] Package update: when the change is major or breaking.
- NixOS Release Notes
- [ ] Module addition: when adding a new NixOS module.
- [ ] Module update: when the change is significant.
- [ ] Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.
Add a :+1: reaction to pull requests you find important.
Could you update commit message to be like: "folly: inline patch due errors fetching from AUR" or something similar?
folly: inline patch due errors fetching from AUR
No worries, done 👍🏾
@dthelegend Amazing! Thanks:)
I have another patch for w3m as well as I found that one also pulls from the AUR (found because I'm trying to build my entire OS from source). Would you rather I bundle in that patch and any other patches I find one might need to build from source at home here? Or would you rather they stay separate PRs?
EDIT: I have several patches for various packages accumulated now, I would rather not drown you in PRs (more than you may already be), so advice on how to submit all the patches is welcome :)
I have several patches for various packages accumulated now, I would rather not drown you in PRs (more than you may already be), so advice on how to submit all the patches is welcome :)
How many is "several"? If it's less than 5-10 or so (and you already have separate patches for each package), separate PRs for each package would be great. If it's more, doing them all in one PR would make more sense.
Also: welcome! :)
Successfully created backport PR for staging-25.11:
- #470773