Skip to content

Conversation

@Venkat-Sundaraneedi
Copy link

@Denommus

  • Updated source hash and cargoHash for the new version.
  • Added new inputs: pkg-config, openssl, and systemd.
  • Added nativeBuildInputs = [ pkg-config ]; for build-time tools.
  • Added buildInputs = [ openssl systemd ]; for runtime/link-time dependencies.
  • Added OPENSSL_NO_VENDOR = "1"; to use system OpenSSL instead of building from source.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on 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 👍 reaction to pull requests you find important.

- Updated source hash and cargoHash for the new version.
        - Added new inputs: `pkg-config`, `openssl`, and `systemd`.
        - Added `nativeBuildInputs = [ pkg-config ];` for build-time
tools.
        - Added `buildInputs = [ openssl systemd ];` for
runtime/link-time dependencies.
        - Added `OPENSSL_NO_VENDOR = "1";` to use system OpenSSL instead
of building from source.
@nixpkgs-ci nixpkgs-ci bot requested a review from Denommus December 12, 2025 03:47
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle! labels Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant