Skip to content

unar: migrate package and top-level argument to by-name#486023

Closed
guylamar2006 wants to merge 1 commit intoNixOS:masterfrom
guylamar2006:migrate-unar
Closed

unar: migrate package and top-level argument to by-name#486023
guylamar2006 wants to merge 1 commit intoNixOS:masterfrom
guylamar2006:migrate-unar

Conversation

@guylamar2006
Copy link
Contributor

@guylamar2006 guylamar2006 commented Feb 1, 2026

Migrate unar to by-name

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.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Feb 1, 2026
@guylamar2006
Copy link
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 486023
Commit: 2f8d92273a0609be537831c919275658f468aaa0 (subsequent changes)
Merge: 0c4546f3d1f95d337b67af91d4d7d6b5acf5bbb9

Logs: https://github.com/guylamar2006/nixpkgs-review-gha/actions/runs/21569809827


x86_64-linux

No rebuilds


aarch64-linux

No rebuilds


x86_64-darwin

No rebuilds


aarch64-darwin

No rebuilds

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. and removed 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Feb 1, 2026
@@ -12,7 +12,7 @@
xcbuildHook,
}:

stdenv.mkDerivation rec {
Copy link
Contributor

Choose a reason for hiding this comment

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

This PR title is misleading. This is more than a move to by-name. Why replacing stdenv with clangStdenv?

@guylamar2006 guylamar2006 changed the title unar: migrate to by-name unar: migrate package and top-level argument to by-name Feb 1, 2026
@guylamar2006 guylamar2006 deleted the migrate-unar branch February 2, 2026 00:06
@drupol
Copy link
Contributor

drupol commented Feb 2, 2026

Why closing the PR?

@guylamar2006
Copy link
Contributor Author

1037c24

@drupol
Copy link
Contributor

drupol commented Feb 3, 2026

Next time, it would be nice to have a bit of empathy for reviewers, and by default mention the reason why you're closing the PR, I don't think this is the first time I ask you. Also, instead of linking to a commit, please link to a PR.

#483842

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: 0 This PR does not cause any packages 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