Skip to content

Conversation

synalice
Copy link
Contributor

@synalice synalice commented Jul 28, 2025

Useful package for developing kernel WMI drivers — https://docs.kernel.org/wmi/driver-development-guide.html.

I've also tested the cross-compilation:

nix-build -A lswmi --arg crossSystem '{ config = "aarch64-unknown-linux-gnu"; }'

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.

@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: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Jul 28, 2025
@Iamanaws
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 429057

Logs: https://github.com/Iamanaws/nixpkgs-review-gha/actions/runs/16638510697


x86_64-linux

✅ 2 packages built:
  • lswmi
  • lswmi.dist

aarch64-linux

✅ 2 packages built:
  • lswmi
  • lswmi.dist

x86_64-darwin (sandbox = true)

✅ 2 packages built:
  • lswmi
  • lswmi.dist

aarch64-darwin (sandbox = true)

✅ 2 packages built:
  • lswmi
  • lswmi.dist

@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 Jul 31, 2025
version = "1.2.0";
pyproject = true;

src = fetchPypi {
Copy link
Member

Choose a reason for hiding this comment

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

fetchFromGitHub is preferred unless there's a compelling reason, in which case add a comment

Comment on lines +18 to +22
hatchling
];

nativeCheckInputs = with python3Packages; [
pytestCheckHook
Copy link
Member

Choose a reason for hiding this comment

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

nit: with; is not needed here, but not blocking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package 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