-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
yed: mark as broken if jre.gtk3 is not available #104698
Conversation
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec { | |||
description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; | |||
platforms = jre.meta.platforms; | |||
maintainers = with maintainers; [ abbradar ]; | |||
broken = !("gtk3" ? jre); |
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.
Not sure on the expression but that error is annoying on darwin.
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.
Ummmmmmm. This breaks on all systems. It must be jre ? gtk3
and not the other way around!
When running nixpkgs-review 2.4.2 on this, it will report 128 new packages with names that start with letters "y" and "z" (basically everything that follows after "yed"). |
Result of |
I will let ofborg finish and then merge this. |
This cleans up nixpkgs-review report on darwin
83bc9cb
to
91e1cc1
Compare
See #104572 - feel free to mark as broken for now, but I will try to get it working later today |
Result of |
This cleans up nixpkgs-review report on darwin
Motivation for this change
Should remove a following message seen in nixpkgs-review on macOS:
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)