nushellPlugins.desktop_notifications: Add Darwin platforms#478305
nushellPlugins.desktop_notifications: Add Darwin platforms#478305wthueb wants to merge 1 commit intoNixOS:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Darwin (macOS) platform support to the nushellPlugins.desktop_notifications package by expanding the meta.platforms attribute to include both Linux and Darwin platforms.
- Updated
meta.platformsfromlib.platforms.linuxtolib.platforms.linux ++ lib.platforms.darwin
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Package needs to be updated to 0.109.1 to properly be able to be used, covered via #466500 |
6ee0a7e to
11f4e50
Compare
|
This comment was marked as outdated.
This comment was marked as outdated.
| }; | ||
|
|
||
| cargoHash = "sha256-7ZiQr8RBQCNQK3/tLasilZcu+HWp066iDFI67L8iZMg="; | ||
|
|
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
| { | ||
| lib, | ||
| rustPlatform, | ||
| fetchFromGitHub, |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
|
Why did the first |
|
|
@timon-schelling I'm at a loss as well. My best guess is the relaxed sandbox? It was removed on Darwin here: Mic92/nixpkgs-review#161 |
|
Yes, this seems indeed caused by the sandbox; as it succeed when I triggered a build without the sandbox:
|
|
VuiMuich
left a comment
There was a problem hiding this comment.
Approved automatically following the successful run of nixpkgs-review.
Adds
lib.platforms.darwintometa.platforms, as the package supports Darwin builds.Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.