Skip to content

Commit

Permalink
treewide: mark broken packages for 20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Apr 15, 2020
1 parent 67e45ef commit c6be4c1
Show file tree
Hide file tree
Showing 91 changed files with 117 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/safeeyes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ in buildPythonApplication rec {
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ srghma ];
platforms = lib.platforms.all;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/syncthingtray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/topydo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ in
platforms = platforms.linux;
maintainers = [ maintainers.raskin ];
license = licenses.gpl3Plus;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/p2p/stig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/rndusr/stig";
license = licenses.gpl3;
maintainers = with maintainers; [ doronbehar ];
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ in stdenv.mkDerivation {
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ offline ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/paperwork/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ python3Packages.buildPythonApplication rec {
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.aszlig ];
platforms = lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/misc/sasview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/surf-display/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ etu ];
license = licenses.gpl2;
platforms = platforms.linux;
broken = true;
};
}
27 changes: 26 additions & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions pkgs/development/libraries/nsss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ buildPackage {
mv examples $doc/share/doc/nsss/examples
'';

meta.broken = true;

}
1 change: 1 addition & 0 deletions pkgs/development/libraries/soil/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/swiften/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.twey ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/utmps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ buildPackage {
mv doc $doc/share/doc/utmps/html
mv examples $doc/share/doc/utmps/examples
'';
meta.broken = true;
}

1 change: 1 addition & 0 deletions pkgs/development/misc/qmk_firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ in stdenv.mkDerivation {
dfu-programmer
dfu-util
];
meta.broken = true;
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/intake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ buildPythonPackage rec {
homepage = https://github.com/ContinuumIO/intake;
license = licenses.bsd2;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/jug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ buildPythonPackage rec {
license = licenses.mit;
homepage = https://jug.readthedocs.io/;
maintainers = with maintainers; [ luispedro ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/junit-xml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/kyrus/python-junit-xml;
maintainers = with maintainers; [ multun ];
license = licenses.mit;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/junos-eznc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ buildPythonPackage rec {
description = "Junos 'EZ' automation for non-programmers";
license = licenses.asl20;
maintainers = with maintainers; [ xnaveira ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/locustio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ buildPythonPackage rec {
meta = {
homepage = https://locust.io/;
description = "A load testing tool";
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/ludios_wpull/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ buildPythonPackage rec {
homepage = https://github.com/ludios/wpull;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ ivan ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/macropy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ buildPythonPackage rec {
description = "Macros in Python: quasiquotes, case classes, LINQ and more";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/mecab-python3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/mock-open/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/namedlist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://bitbucket.org/ericvsmith/namedlist;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ivan ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/nipype/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ buildPythonPackage rec {
description = "Neuroimaging in Python: Pipelines and Interfaces";
license = licenses.bsd3;
maintainers = with maintainers; [ ashgillman ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildPythonPackage rec {
};

buildInputs = [ pbr ];
nativeBuidInputs = [ pythonix ];
propagatedBuildInputs = [ pythonix ];

meta = with stdenv.lib; {
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pelican/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ buildPythonPackage rec {
homepage = http://getpelican.com/;
license = licenses.agpl3;
maintainers = with maintainers; [ offline prikhi ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/persim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ buildPythonPackage rec {
homepage = https://persim.scikit-tda.org;
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pg8000/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildPythonPackage rec {
description = "PostgreSQL interface library, for asyncio";
maintainers = with maintainers; [ domenkozar ];
platforms = platforms.unix;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/piep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ buildPythonPackage rec {
homepage = https://github.com/timbertson/piep;
maintainers = with maintainers; [ timbertson ];
license = licenses.gpl3;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pymc3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pymssql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ buildPythonPackage rec {
SQL Server";
license = licenses.lgpl21;
maintainers = with maintainers; [ mredaelli ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyside/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyside/shiboken.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ buildPythonPackage rec {
homepage = http://www.pyside.org/docs/shiboken/;
maintainers = [ ];
platforms = lib.platforms.all;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyside/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ buildPythonPackage rec {
homepage = https://wiki.qt.io/PySide;
maintainers = [ ];
platforms = platforms.all;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyside2-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ stdenv.mkDerivation {
license = licenses.gpl2;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyside2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
homepage = "https://wiki.qt.io/Qt_for_Python";
maintainers = with maintainers; [ gebner ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pysnooper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://github.com/cool-RR/PySnooper;
license = licenses.mit;
maintainers = with maintainers; [ seqizz ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pysonos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyspinel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pysptk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ buildPythonPackage rec {
homepage = https://pysptk.readthedocs.io/en/latest/;
license = licenses.mit;
maintainers = with maintainers; [ hyphon81 ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pystemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ python.pkgs.buildPythonPackage rec {
homepage = https://github.com/facebookincubator/pystemd/;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ flokli ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pytest-cram/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ buildPythonPackage rec {
homepage = https://github.com/tbekolay/pytest-cram;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ jluttine ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/python-docx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://python-docx.readthedocs.io/en/latest/;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.alexchapman ];
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ buildPythonPackage rec {
description = "A Python 2 and 3 asynchronous JSON RPC server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/python-toolbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = https://github.com/cool-RR/python_toolbox;
license = licenses.mit;
maintainers = with maintainers; [ seqizz ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pywbem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = https://pywbem.github.io;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ peterhoeg ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/pyx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

}
Loading

1 comment on commit c6be4c1

@nixos-discourse
Copy link

Choose a reason for hiding this comment

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

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/another-question-regarding-broken-packages/6800/1

Please sign in to comment.