tree-wide: mark broken packages as such

Found while changing ffmpeg from 4 to 5; these all depend on ffmpeg either
directly or transitively.
This commit is contained in:
Atemu 2023-03-03 19:43:12 +01:00 committed by Fabián Heredia Montiel
parent 9bd2506458
commit f8264a5b1e
20 changed files with 21 additions and 5 deletions

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.bitcoinunlimited.info/";
maintainers = with maintainers; [ DmitryTsygankov ];
license = licenses.mit;
broken = stdenv.isDarwin;
broken = true;
platforms = platforms.unix;
};
}

View File

@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ edwtjo offline ];
platforms = platforms.unix;
broken = true;
};
}

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = true;
description = "An open source crypto-currency focused on fast private transactions";
longDescription = ''
PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with

View File

@ -72,5 +72,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
homepage = "http://www.pawfal.org/fluxus/";
maintainers = [ maintainers.brainrape ];
broken = true;
};
}

View File

@ -78,5 +78,6 @@ clangStdenv.mkDerivation rec {
platforms = platforms.linux;
mainProgram = "decoder";
maintainers = with maintainers; [ zendo ];
broken = true;
};
}

View File

@ -32,7 +32,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
# error: unsupported option '-fsanitize=safe-stack' for target 'x86_64-apple-darwin'
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
# broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = true; # sendmsg.c:(.text+0x1099): undefined reference to `pthread_yield'
homepage = "https://syncterm.bbsdev.net/";
description = "BBS terminal emulator";
maintainers = with maintainers; [ embr ];

View File

@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ ckie ];
platforms = with platforms; linux;
broken = true;
};
}

View File

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
broken = true;
};
}

View File

@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ oxij ];
platforms = platforms.unix;
broken = true;
};
}

View File

@ -207,5 +207,6 @@ buildPythonPackage rec {
homepage = "https://beam.apache.org/";
license = licenses.asl20;
maintainers = with maintainers; [ ndl ];
broken = true;
};
}

View File

@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/soft-matter/pims";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
broken = true;
};
}

View File

@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/fabioz/PyDev.Debugger";
license = licenses.epl10;
maintainers = with maintainers; [ onny ];
broken = true;
};
}

View File

@ -48,5 +48,6 @@ buildPythonPackage rec {
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
broken = true;
};
}

View File

@ -46,6 +46,6 @@ buildPythonPackage rec {
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ smaret ];
broken = true;
};
}

View File

@ -159,5 +159,6 @@ buildPythonPackage rec {
homepage = "https://sunpy.org";
license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ];
broken = true;
};
}

View File

@ -83,6 +83,7 @@ buildPythonPackage rec {
description = "Cross platform GUI toolkit for Python, Phoenix version";
homepage = "http://wxpython.org/";
license = lib.licenses.wxWindows;
broken = true;
};
}

View File

@ -142,5 +142,6 @@ buildPythonPackage rec {
homepage = "http://wxpython.org/";
license = licenses.wxWindows;
maintainers = with maintainers; [ tfmoraes ];
broken = true;
};
}

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/dfranx/SHADERed";
license = with licenses; [ mit ];
maintainers = with maintainers; [ Scriptkiddi ];
broken = true;
};
}

View File

@ -41,5 +41,6 @@ in stdenv.mkDerivation rec {
license = if enableSoundtrack then licenses.unfreeRedistributable else licenses.isc;
maintainers = with maintainers; [ lheckemann ];
platforms = [ "x86_64-linux" "i686-linux" ];
broken = true;
};
}

View File

@ -87,5 +87,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [ qknight domenkozar sorki ];
platforms = [ "x86_64-linux" ];
broken = true;
};
}