-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[20.09] blugon: fix build on darwin #101523
Conversation
(cherry picked from commit c58233a)
@@ -13,6 +13,12 @@ stdenv.mkDerivation rec { | |||
|
|||
buildInputs = [ python3 libX11 libXrandr ]; | |||
|
|||
# Remove at next release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Remove at next release | |
# Remove with 1.12.2 release |
or 1.13?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds on darwin and NixOS.
Hi, author of blugon here, blugon was never intended for MacOS, as I personally have no clue of it and also no way to test anything. Aside from that, does this commit jumper149/blugon@d262cd0 make blugon work on Darwin (not just build?). I really have no idea of Darwins display server etc. If so, then I would rather just make a new release for blugon, saving you this workaround. |
That's fair, I guess I was thinking it could work for anyone running sessions in XQuartz, but I don't know how common that workflow is in practice. Disabling darwin seems fine especially if it's not an intended platform, so maybe I should close this and backport platforms.linux + platforms.bsd? |
Well if there is a usecase for it I don't see a problem with making the derivation available to people. I will approve of this PR for now and if it's making too many problems I will probably disable it for darwin later on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds on x86_64-darwin
Backport of #101515
(cherry picked from commit c58233a)
Motivation for this change
ZHF 20.09 #97479
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)