Skip to content
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

treewide: mark some broken stuff as broken (WIP) #70643

Closed

Conversation

lheckemann
Copy link
Member

@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
description = "Global Menu applet for XFCE4";
license = licenses.lgpl3;
maintainers = with maintainers; [ jD91mZM2 ];
meta.broken = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

tbh, this is just not being maintained by its maintainer in nixpkgs.
There's releases that probably fixed it https://github.com/rilian-la-te/vala-panel-appmenu/releases.

@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.lgpl21;
broken = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

@lheckemann lheckemann requested a review from FRidh as a code owner October 7, 2019 15:36
@@ -46895,6 +46895,7 @@ in
description = "Microsoft Azure Cross Platform Command Line tool";
homepage = https://github.com/Azure/azure-xplat-cli;
license = "Apache-2.0";
broken = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

this is generated with node2nix and you're not supposed to edit

@@ -2130,6 +2130,7 @@ lib.makeScope newScope (self: with self; {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ xorgproto libpciaccess xorgserver ];
meta.platforms = stdenv.lib.platforms.unix;
meta.broken = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

this is also generated, so any manual changes should go in overrides.nix.

@@ -87,5 +87,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = with maintainers; [ minijackson doronbehar ];
platforms = platforms.all;
broken = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

this maintainer is fairly active, I'll open an issue for you to link here so we can direct it to the maintainer.
(marking it as broken is fine)

@ofborg ofborg bot added the 6.topic: xfce The Xfce Desktop Environment label Oct 7, 2019
@lheckemann lheckemann closed this Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants