-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
broot: 0.10.2 -> 0.11.8 #77415
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
broot: 0.10.2 -> 0.11.8 #77415
Conversation
@GrahamcOfBorg build broot |
It looks like this tool has some hardcoded [1] |
0.11.5 is out already :) |
Gah. I'll bump this then. Before that, @teh (or anybody with input), what about something like this? + postPatch = ''
+ substituteInPlace src/verb_store.rs \
+ --replace '/bin/cp' "${coreutils}/bin/cp" \
+ --replace '/bin/mkdir' "${coreutils}/bin/mkdir" \
+ --replace '/bin/mv' "${coreutils}/bin/mv" \
+ --replace '/bin/rm' "${coreutils}/bin/rm"
+ ''; There are hardlinks in the docs as well, but I don't know if we need to worry about those. |
I'd recommend something like this:
|
Derp. Good call. Just the additional version bump and hardlinks for now, then? |
Yeah, it works fine for me so far with this patch. |
lol, we're up to 0.11.6 now! |
That had better be the last update for now 😜 |
No such luck. |
5b0666f
to
84ecd8a
Compare
Cleaned, squased, rebased, etc. |
- add coreutils dependency
- add installShellFiles dependency
84ecd8a
to
ba820a4
Compare
Added shell completion scripts per Canop/broot@16a9cba and bumped to v0.11.8. |
Motivation for this change
Changes from 0.10.2 -> 0.11.8
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @magnetophon