-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
lesspipe: 2.14 -> 2.17 #371214
lesspipe: 2.14 -> 2.17 #371214
Conversation
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-371214-to-release-24.11 origin/release-24.11
cd .worktree/backport-371214-to-release-24.11
git switch --create backport-371214-to-release-24.11
git cherry-pick -x 4b487410b65093fdb9de269b0b86aeee1ca481d3 7233b53e3c3d484f7f29eca9073135dbf1a871b3 |
@sersorrel sorry for the delay! I was just looking over this as the merge was happening 😆 excited to see it in! Hopefully it gets into 24.11 (although looks like we're still stuck on 2.11 there). |
@@ -85,89 +85,84 @@ stdenv.mkDerivation rec { | |||
]; | |||
fake = { | |||
# script guards usage behind has_cmd test function, it's safe to leave these external and optional | |||
external = |
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.
This is nothing you can fix but this behaviour by the new formatter is really dumb.
Successfully created backport PR for |
Fixes a regression which completely broke lesspipe for bat users with specific config options, and includes a security fix related to
ar
.resholve appears to complain about
locale
for me on x86_64-linux now (possibly as a result of wofr06/lesspipe@23e0e4d?), so it's now just included inexternal
unconditionally.Changelog: https://github.com/wofr06/lesspipe/blob/v2.17/ChangeLog
Fixes #371076
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.