Skip to content

Conversation

@corngood
Copy link
Contributor

@corngood corngood commented Dec 5, 2025

Upstream (WIP) PR: kristapsdz/lowdown#171

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.

@corngood corngood mentioned this pull request Dec 5, 2025
13 tasks
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-nixos-tests This PR causes rebuilds for all NixOS tests and should normally target the staging branches. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". labels Dec 5, 2025
@corngood corngood changed the base branch from master to staging December 5, 2025 17:46
@nixpkgs-ci nixpkgs-ci bot closed this Dec 5, 2025
@nixpkgs-ci nixpkgs-ci bot reopened this Dec 5, 2025
@corngood corngood marked this pull request as ready for review December 5, 2025 17:52
Comment on lines 35 to 36
# https://github.com/kristapsdz/lowdown/pull/171
patches = lib.optional stdenv.hostPlatform.isCygwin ./fix-cygwin-build.patch;
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# https://github.com/kristapsdz/lowdown/pull/171
patches = lib.optional stdenv.hostPlatform.isCygwin ./fix-cygwin-build.patch;
patches = [
# https://github.com/kristapsdz/lowdown/pull/171
./fix-cygwin-build.patch
];

Copy link
Member

Choose a reason for hiding this comment

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

patches are supposed to be unconditional, and we're going to staging anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I haven't really been doing that because I was worried about the maintenance burden for an obscure platform. I can change them all over though.

Copy link
Member

Choose a reason for hiding this comment

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

CC @alyssais but I think we do want unconditional patches no matter how obscure the platform is, but I am not sure.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wouldn't object to this one being unconditional. I have already tested it on other platforms and started a conversation upstream.

@Ericson2314 Ericson2314 added this pull request to the merge queue Dec 5, 2025
@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Dec 5, 2025
Merged via the queue into NixOS:staging with commit 353a159 Dec 5, 2025
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-nixos-tests This PR causes rebuilds for all NixOS tests and should normally target the staging branches. 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.

2 participants