treewide: mark broken packages for 20.03

This commit is contained in:
Samuel Leathers
2020-04-15 17:07:33 -04:00
parent 67e45efa3a
commit c6be4c1957
91 changed files with 117 additions and 2 deletions

View File

@@ -66,5 +66,6 @@ in buildPythonApplication rec {
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ srghma ];
platforms = lib.platforms.all;
broken = true;
};
}

View File

@@ -54,5 +54,6 @@ mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ buildPythonApplication rec {
description = "A cli todo application compatible with the todo.txt format";
homepage = "https://github.com/bram85/topydo";
license = licenses.gpl3;
broken = true;
};
}

View File

@@ -56,5 +56,6 @@ in
platforms = platforms.linux;
maintainers = [ maintainers.raskin ];
license = licenses.gpl3Plus;
broken = true;
};
}

View File

@@ -52,5 +52,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/rndusr/stig";
license = licenses.gpl3;
maintainers = with maintainers; [ doronbehar ];
broken = true;
};
}

View File

@@ -102,5 +102,6 @@ in stdenv.mkDerivation {
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ offline ];
broken = true;
};
}

View File

@@ -77,5 +77,6 @@ python3Packages.buildPythonApplication rec {
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.aszlig ];
platforms = lib.platforms.linux;
broken = true;
};
}

View File

@@ -71,5 +71,6 @@ python.pkgs.buildPythonApplication rec {
description = "Fitting and data analysis for small angle scattering data";
maintainers = with maintainers; [ rprospero ];
license = licenses.bsd3;
broken = true;
};
}

View File

@@ -69,5 +69,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
broken = true;
};
}

View File

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

View File

@@ -906,7 +906,8 @@ self: super: {
cryptohash-md5 = doJailbreak super.cryptohash-md5;
text-short = doJailbreak super.text-short;
gitHUD = dontCheck super.gitHUD;
githud = dontCheck super.githud;
# broken 20.03
githud = markBroken super.githud;
# https://github.com/aisamanra/config-ini/issues/12
config-ini = dontCheck super.config-ini;
@@ -1420,4 +1421,28 @@ self: super: {
amqp = dontCheck super.amqp_0_19_1;
};
# 20.03 broken packages
envy-extensible = markBroken super.envy-extensible;
exceptionfree-readfile = markBroken super.exceptionfree-readfile;
fcf-containers = markBroken super.fcf-containers;
first-class-instances = markBroken super.first-class-instances;
flp = markBroken super.flp;
hal = markBroken super.hal;
hcad = markBroken super.hcad;
hedis-envy = markBroken super.hedis-envy;
hhwloc = markBroken super.hhwloc;
layered-state = markBroken super.layered-state;
network-uri-static = markBroken super.network-uri-static;
pandoc-plot = markBroken super.pandoc-plot;
patch = markBroken super.patch;
prologue = markBroken super.prologue;
provenience = markBroken super.provenience;
refractor = markBroken super.refractor;
shwifty = markBroken super.shwifty;
smallcheck-kind-generics = markBroken super.smallcheck-kind-generics;
traversal-template = markBroken super.traversal-template;
vector-text = markBroken super.vector-text;
zbar = markBroken super.zbar;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@@ -30,4 +30,6 @@ buildPackage {
mv examples $doc/share/doc/nsss/examples
'';
meta.broken = true;
}

View File

@@ -24,5 +24,6 @@ stdenv.mkDerivation {
homepage = https://www.lonesock.net/soil.html;
license = stdenv.lib.licenses.publicDomain;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.twey ];
broken = true;
};
}

View File

@@ -28,5 +28,6 @@ buildPackage {
mv doc $doc/share/doc/utmps/html
mv examples $doc/share/doc/utmps/examples
'';
meta.broken = true;
}

View File

@@ -36,4 +36,5 @@ in stdenv.mkDerivation {
dfu-programmer
dfu-util
];
meta.broken = true;
}

View File

@@ -66,5 +66,6 @@ buildPythonPackage rec {
homepage = https://github.com/ContinuumIO/intake;
license = licenses.bsd2;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -26,5 +26,6 @@ buildPythonPackage rec {
license = licenses.mit;
homepage = https://jug.readthedocs.io/;
maintainers = with maintainers; [ luispedro ];
broken = true;
};
}

View File

@@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/kyrus/python-junit-xml;
maintainers = with maintainers; [ multun ];
license = licenses.mit;
broken = true;
};
}

View File

@@ -38,5 +38,6 @@ buildPythonPackage rec {
description = "Junos 'EZ' automation for non-programmers";
license = licenses.asl20;
maintainers = with maintainers; [ xnaveira ];
broken = true;
};
}

View File

@@ -26,5 +26,6 @@ buildPythonPackage rec {
meta = {
homepage = https://locust.io/;
description = "A load testing tool";
broken = true;
};
}

View File

@@ -35,5 +35,6 @@ buildPythonPackage rec {
homepage = https://github.com/ludios/wpull;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ ivan ];
broken = true;
};
}

View File

@@ -34,5 +34,6 @@ buildPythonPackage rec {
description = "Macros in Python: quasiquotes, case classes, LINQ and more";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -24,5 +24,6 @@ buildPythonPackage rec {
homepage = https://wiki.mozilla.org/Auto-tools/Projects/Mozbase;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
broken = true;
};
}

View File

@@ -26,5 +26,6 @@ buildPythonPackage rec {
description = "An extension to the Python Markdown package enabling superscript text";
homepage = https://github.com/jambonrose/markdown_superscript_extension;
license = stdenv.lib.licenses.bsd2;
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = https://github.com/SamuraiT/mecab-python3;
license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three
maintainers = with maintainers; [ ixxie ];
broken = true;
};
}

View File

@@ -18,5 +18,6 @@ buildPythonPackage rec {
homepage = https://github.com/nivbend/mock-open;
description = "A better mock for file I/O";
license = licenses.mit;
broken = true;
};
}

View File

@@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://bitbucket.org/ericvsmith/namedlist;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ivan ];
broken = true;
};
}

View File

@@ -109,5 +109,6 @@ buildPythonPackage rec {
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];
broken = true;
};
}

View File

@@ -17,6 +17,7 @@ buildPythonPackage rec {
};
buildInputs = [ pbr ];
nativeBuidInputs = [ pythonix ];
propagatedBuildInputs = [ pythonix ];
meta = with stdenv.lib; {

View File

@@ -75,5 +75,6 @@ buildPythonPackage rec {
homepage = http://getpelican.com/;
license = licenses.agpl3;
maintainers = with maintainers; [ offline prikhi ];
broken = true;
};
}

View File

@@ -46,5 +46,6 @@ buildPythonPackage rec {
homepage = https://persim.scikit-tda.org;
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -23,6 +23,7 @@ buildPythonPackage rec {
description = "PostgreSQL interface library, for asyncio";
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
broken = true;
};
}

View File

@@ -22,6 +22,7 @@ buildPythonPackage rec {
homepage = https://github.com/timbertson/piep;
maintainers = with maintainers; [ timbertson ];
license = licenses.gpl3;
broken = true;
};
}

View File

@@ -59,5 +59,6 @@ buildPythonPackage rec {
homepage = https://github.com/pymc-devs/pymc3;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ilya-kolpakov ];
broken = true;
};
}

View File

@@ -22,5 +22,6 @@ buildPythonPackage rec {
SQL Server";
license = licenses.lgpl21;
maintainers = with maintainers; [ mredaelli ];
broken = true;
};
}

View File

@@ -23,5 +23,6 @@ buildPythonPackage rec {
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.lgpl21;
homepage = http://www.pyside.org;
broken = true;
};
}

View File

@@ -35,5 +35,6 @@ buildPythonPackage rec {
homepage = http://www.pyside.org/docs/shiboken/;
maintainers = [ ];
platforms = lib.platforms.all;
broken = true;
};
}

View File

@@ -24,5 +24,6 @@ buildPythonPackage rec {
homepage = https://wiki.qt.io/PySide;
maintainers = [ ];
platforms = platforms.all;
broken = true;
};
}

View File

@@ -31,5 +31,6 @@ stdenv.mkDerivation {
license = licenses.gpl2;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}

View File

@@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}

View File

@@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://github.com/cool-RR/PySnooper;
license = licenses.mit;
maintainers = with maintainers; [ seqizz ];
broken = true;
};
}

View File

@@ -38,5 +38,6 @@ buildPythonPackage rec {
description = "A SoCo fork with fixes for Home Assistant";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ juaningan ];
broken = true;
};
}

View File

@@ -17,5 +17,6 @@ buildPythonPackage rec {
description = "Interface to the OpenThread Network Co-Processor (NCP)";
homepage = "https://github.com/openthread/pyspinel";
maintainers = with lib.maintainers; [ gebner ];
broken = true;
};
}

View File

@@ -33,5 +33,6 @@ buildPythonPackage rec {
homepage = https://pysptk.readthedocs.io/en/latest/;
license = licenses.mit;
maintainers = with maintainers; [ hyphon81 ];
broken = true;
};
}

View File

@@ -20,5 +20,6 @@ python.pkgs.buildPythonPackage rec {
homepage = https://github.com/facebookincubator/pystemd/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ flokli ];
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = https://github.com/tbekolay/pytest-cram;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jluttine ];
broken = true;
};
}

View File

@@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://python-docx.readthedocs.io/en/latest/;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.alexchapman ];
broken = true;
};
}

View File

@@ -34,5 +34,6 @@ buildPythonPackage rec {
description = "A Python 2 and 3 asynchronous JSON RPC server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
broken = true;
};
}

View File

@@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/cool-RR/python_toolbox;
license = licenses.mit;
maintainers = with maintainers; [ seqizz ];
broken = true;
};
}

View File

@@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = https://pywbem.github.io;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ peterhoeg ];
broken = true;
};
}

View File

@@ -22,6 +22,7 @@ buildPythonPackage rec {
description = "Python package for the generation of PostScript, PDF, and SVG files";
homepage = http://pyx.sourceforge.net/;
license = with licenses; [ gpl2 ];
broken = true;
};
}

View File

@@ -18,6 +18,7 @@ buildPythonPackage rec {
description = "Python driver library for the RethinkDB database server";
homepage = "https://pypi.python.org/pypi/rethinkdb";
license = licenses.agpl3;
broken = true;
};
}

View File

@@ -44,5 +44,6 @@ buildPythonPackage rec {
homepage = https://ripser.scikit-tda.org;
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -46,5 +46,6 @@ buildPythonPackage rec {
homepage = https://bitbucket.org/userzimmermann/robotframework-tools;
license = licenses.gpl3;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -94,5 +94,6 @@ buildPythonPackage rec {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ joelmo ];
broken = true;
};
}

View File

@@ -48,6 +48,7 @@ buildPythonPackage rec {
homepage = http://www.ruffus.org.uk;
license = licenses.mit;
maintainers = [ maintainers.kiwi ];
broken = true;
};
}

View File

@@ -24,5 +24,6 @@ buildPythonPackage rec {
description = "Pythonic mail application server";
license = licenses.gpl3;
maintainers = with maintainers; [ jluttine ];
broken = true;
};
}

View File

@@ -60,5 +60,6 @@ buildPythonPackage rec {
homepage = https://github.com/scikit-tda/scikit-tda;
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -46,5 +46,6 @@ buildPythonPackage rec {
license = licenses.bsd3;
maintainers = with maintainers; [ drewkett marsam ];
platforms = platforms.unix;
broken = true;
};
}

View File

@@ -44,5 +44,6 @@ buildPythonPackage rec {
description = "Python FFI bindings for secp256k1";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ chris-martin ];
broken = true;
};
}

View File

@@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "Python Assertion Helpers inspired by Shouldly";
homepage = https://pypi.python.org/pypi/shouldbe/;
license = licenses.mit;
broken = true;
};
}

View File

@@ -36,5 +36,6 @@ buildPythonPackage rec {
homepage = https://github.com/trailofbits/slither;
license = licenses.agpl3;
maintainers = [ maintainers.asymmetric ];
broken = true;
};
}

View File

@@ -61,5 +61,6 @@ buildPythonPackage rec {
description = "Snowflake Connector for Python";
homepage = "https://www.snowflake.com/";
license = licenses.asl20;
broken = true;
};
}

View File

@@ -23,5 +23,6 @@ buildPythonPackage rec {
description = "Snowflake SQLAlchemy Dialect";
homepage = "https://www.snowflake.net/";
license = licenses.asl20;
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = http://python-soco.com/;
description = "A CLI and library to control Sonos speakers";
license = lib.licenses.mit;
broken = true;
};
}

View File

@@ -23,5 +23,6 @@ buildPythonPackage rec {
description = "Sphinx extension to include jinja templates in documentation";
maintainers = with maintainers; [ nand0p ];
license = licenses.mit;
broken = true;
};
}

View File

@@ -66,5 +66,6 @@ buildPythonPackage rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ gebner ];
broken = true;
};
}

View File

@@ -26,5 +26,6 @@ buildPythonPackage rec {
homepage = https://stem.torproject.org/;
license = licenses.gpl3;
maintainers = with maintainers; [ phreedom ];
broken = true;
};
}

View File

@@ -62,5 +62,6 @@ buildPythonPackage rec {
homepage = "https://github.com/python-streamz/streamz";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}

View File

@@ -33,6 +33,7 @@ buildPythonPackage rec {
description = "A Python library to create SVG drawings";
homepage = https://github.com/mozman/svgwrite;
license = licenses.mit;
broken = true;
};
}

View File

@@ -55,6 +55,7 @@ buildPythonPackage rec {
description = "Command line tool and set of Python wrapper classes for interacting with toggl's API";
license = licenses.mit;
maintainers = [ maintainers.mmahut ];
broken = true;
};
}

View File

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

View File

@@ -45,5 +45,6 @@ buildPythonPackage {
homepage = https://github.com/LuminosoInsight/wordfreq/;
license = licenses.mit;
maintainers = with maintainers; [ ixxie ];
broken = true;
};
}

View File

@@ -18,5 +18,6 @@ buildPythonPackage rec {
description = "Python profiler that supports multithreading and measuring CPU time";
license = licenses.mit;
maintainers = with maintainers; [ orivej ];
broken = true;
};
}

View File

@@ -25,5 +25,6 @@ buildPythonPackage rec {
homepage = https://pypi.python.org/pypi/ZConfig;
license = licenses.zpl20;
maintainers = [ maintainers.goibhniu ];
broken = true;
};
}

View File

@@ -23,6 +23,7 @@ buildPythonPackage rec {
homepage = https://pypi.python.org/pypi/zdaemon;
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
broken = true;
};
}

View File

@@ -62,5 +62,6 @@ buildPythonPackage rec {
homepage = https://pypi.python.org/pypi/ZODB;
license = licenses.zpl21;
maintainers = with maintainers; [ goibhniu ];
broken = true;
};
}

View File

@@ -20,6 +20,7 @@ buildPythonPackage rec {
description = "File-system Representation Interfaces";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
broken = true;
};
}

View File

@@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "Object life-cycle events";
license = licenses.zpl20;
maintainers = with maintainers; [ goibhniu ];
broken = true;
};
}

View File

@@ -232,5 +232,6 @@ in stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ dtzWill timokau ];
platforms = ["x86_64-linux" "i686-linux"];
broken = withPEPatterns;
};
}

View File

@@ -15,5 +15,6 @@ buildSetupcfg rec {
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.shlevy ];
broken = true;
};
}

View File

@@ -27,5 +27,6 @@ stdenv.mkDerivation {
homepage = http://hippo.nipax.cz/download.en.php;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}

View File

@@ -20,5 +20,6 @@ stdenv.mkDerivation {
description = "A tool from Rockchip to communicate with Rockusb devices";
license = licenses.gpl2;
maintainers = [ maintainers.lopsided98 ];
broken = true;
};
}

View File

@@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
homepage = http://roccat.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
broken = true;
};
}

View File

@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
broken = true;
};
}

View File

@@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -96,5 +96,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Sirrix-AG/TrustedGRUB2;
license = licenses.gpl3Plus;
platforms = platforms.gnu ++ platforms.linux;
broken = true;
};
}

View File

@@ -52,5 +52,6 @@ buildPythonApplication rec {
license = licenses.bsd3;
maintainers = with maintainers; [ mmahut ];
platforms = platforms.linux;
broken = true;
};
}

View File

@@ -87,6 +87,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = with maintainers; [ minijackson doronbehar ];
platforms = platforms.all;
broken = stdenv.targetPlatform.isDarwin;
broken = true;
};
}