-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
19.09 zhf mark broken #70645
19.09 zhf mark broken #70645
Conversation
@@ -87,5 +87,6 @@ rustPlatform.buildRustPackage rec { | |||
license = licenses.gpl3; | |||
maintainers = with maintainers; [ minijackson doronbehar ]; | |||
platforms = platforms.all; | |||
broken = true; |
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.
please link #70646
@@ -94,6 +94,7 @@ in { | |||
description = "ZNC FiSH module"; | |||
homepage = https://github.com/dctrwatson/znc-fish; | |||
maintainers = [ stdenv.lib.maintainers.offline ]; | |||
broken = true; |
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.
znc backported fix cc25b7a
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.
Thanks, removed this broken-marking :)
@@ -55,5 +55,6 @@ buildPythonPackage rec { | |||
homepage = "https://github.com/santosjorge/cufflinks"; | |||
license = licenses.mit; | |||
maintainers = with maintainers; [ globin ]; | |||
broken = true; |
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.
backported fix f364b99
@@ -22,5 +22,6 @@ buildPythonPackage rec { | |||
homepage = http://supervisord.org/; | |||
license = licenses.free; # http://www.repoze.org/LICENSE.txt | |||
maintainers = with maintainers; [ zimbatm ]; | |||
broken = true; |
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.
this package builds on the branch
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.
oh, i forgot to be backport #70073, nevermind
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.
probably should backport @jonringer 👍
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.
We'll backport it on this branch
@GrahamcOfBorg build python3Packages.cufflinks pythonPackages.cufflinks zncModules.fish EDIT: oh yea, they won't build because they are already marked broken within the PR |
(cherry picked from commit 5d761d9)
bb284f5
to
f68f0a8
Compare
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @