Skip to content
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: 1.3.1 -> 1.4.0 #122571

Merged
merged 1 commit into from May 12, 2021
Merged

broot: 1.3.1 -> 1.4.0 #122571

merged 1 commit into from May 12, 2021

Conversation

happysalada
Copy link
Contributor

Motivation for this change

version update.

Here is the changelog
does not look like a big deal.

leaving it open in case you want to have a look at it @danieldk

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@happysalada
Copy link
Contributor Author

Result of nixpkgs-review pr 122571 run on x86_64-darwin 1

1 package failed to build:
  • broot

@happysalada
Copy link
Contributor Author

There was a compilation failure with missing things for oniguruma and libgit2.

@happysalada
Copy link
Contributor Author

https://github.com/Canop/broot/commits/master
There was an update to lazy_regex 1.0, maybe that's why the failures appeared. Not sure though.

Copy link
Contributor

@danieldk danieldk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/Canop/broot/commits/master
There was an update to lazy_regex 1.0, maybe that's why the failures appeared. Not sure though.

cargo tree says it's used by syntect.

Comment on lines 10 to 8
, oniguruma
, pkg-config
, libgit2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if this could be kept in order: lib -> stdenv -> library functions -> nativeBuildInputs -> buildInputs.

];

buildInputs = lib.optionals stdenv.isDarwin [
buildInputs = [ oniguruma libgit2 ] ++ lib.optionals stdenv.isDarwin [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use alphabetical order.

@happysalada
Copy link
Contributor Author

@danieldk let me know if it works for you

@ofborg ofborg bot requested a review from danieldk May 12, 2021 00:34
@danieldk
Copy link
Contributor

Thanks for the changes! Could you squash to two commits into one?

@happysalada
Copy link
Contributor Author

Squashed, let me know if anything else.

Copy link
Contributor

@danieldk danieldk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the nice improvements!

@danieldk danieldk merged commit 1f69514 into NixOS:master May 12, 2021
@happysalada happysalada deleted the update_broot branch April 28, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants