Skip to content

qrencode: adopt, cleanup#418487

Merged
pbsds merged 1 commit intoNixOS:masterfrom
mdaniels5757:qrencode
Jun 24, 2025
Merged

qrencode: adopt, cleanup#418487
pbsds merged 1 commit intoNixOS:masterfrom
mdaniels5757:qrencode

Conversation

@mdaniels5757
Copy link
Member

  • Switched rev to tag.
  • Added passthru.updateScript
  • Removed with lib; from meta
  • Updated meta.description and meta.longDescription to reflect that there is a CLI tool too.
  • Adopted.

Closes: #258981

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 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. labels Jun 20, 2025
@mdaniels5757

This comment was marked as outdated.

* Switched `rev` to `tag`.
* Added `passthru.updateScript`
* Removed `with lib;` from `meta`
* Updated `meta.description` and `meta.longDescription` to reflect that there is a CLI tool too.
* Adopted.
Copy link
Contributor

@0xda157 0xda157 left a comment

Choose a reason for hiding this comment

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

LGTM. Could be split up into a few commits, I don't have strong feelings about it.

@github-actions github-actions bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Jun 23, 2025
@mdaniels5757
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 418487

Logs: https://github.com/mdaniels5757/nixpkgs-review-gha/actions/runs/15834536007


x86_64-linux (sandbox = true)

✅ 1 package built:
  • tests.testers.runCommand.bork

aarch64-linux (sandbox = true)

✅ 1 package built:
  • tests.testers.runCommand.bork

@pbsds
Copy link
Member

pbsds commented Jun 24, 2025

nix-build . -A qrencode.src --check succeeds

@pbsds pbsds merged commit 96bb9d0 into NixOS:master Jun 24, 2025
22 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 24, 2025

Backport failed for release-24.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.11
git worktree add -d .worktree/backport-418487-to-release-24.11 origin/release-24.11
cd .worktree/backport-418487-to-release-24.11
git switch --create backport-418487-to-release-24.11
git cherry-pick -x 9d644e7eedb4abfb24b34185f9c27bfd1a99fb6f

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 24, 2025

Backport failed for release-25.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-25.05
git worktree add -d .worktree/backport-418487-to-release-25.05 origin/release-25.05
cd .worktree/backport-418487-to-release-25.05
git switch --create backport-418487-to-release-25.05
git cherry-pick -x 9d644e7eedb4abfb24b34185f9c27bfd1a99fb6f

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.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants