treewide: mark some broken packages as broken
Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
This commit is contained in:
parent
cfcc975798
commit
5aa4b19946
@ -65,5 +65,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
maintainers = with maintainers; [ coroa sauyon ];
|
maintainers = with maintainers; [ coroa sauyon ];
|
||||||
homepage = https://quodlibet.readthedocs.io/en/latest/;
|
homepage = https://quodlibet.readthedocs.io/en/latest/;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -100,5 +100,6 @@ mkDerivation rec {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ Phlogistique kamilchm ];
|
maintainers = with lib.maintainers; [ Phlogistique kamilchm ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.akru ];
|
maintainers = [ maintainers.akru ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.MtP ];
|
maintainers = [ maintainers.MtP ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = stdenv.isAarch64;
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -138,5 +138,6 @@ in stdenv.mkDerivation rec {
|
|||||||
vidbina
|
vidbina
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homepage = https://opencpn.org/;
|
homepage = https://opencpn.org/;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,6 +58,7 @@ in stdenv.mkDerivation {
|
|||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ elitak ];
|
maintainers = with maintainers; [ elitak ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -45,5 +45,6 @@ llvmPackages.stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ tmplt ];
|
maintainers = with maintainers; [ tmplt ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,7 @@ in stdenv.mkDerivation {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.krav ];
|
maintainers = [ maintainers.krav ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -53,5 +53,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
maintainers = with maintainers; [ dotlambda nicknovitski ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Link-local XMPP connection manager for Telepathy";
|
description = "Link-local XMPP connection manager for Telepathy";
|
||||||
platforms = platforms.gnu ++ platforms.linux; # Random choice
|
platforms = platforms.gnu ++ platforms.linux; # Random choice
|
||||||
maintainers = [ maintainers.lethalman ];
|
maintainers = [ maintainers.lethalman ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ mog ];
|
maintainers = with maintainers; [ mog ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://kmymoney.org/;
|
homepage = https://kmymoney.org/;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@ mkDerivation rec {
|
|||||||
license = with licenses; [ gpl3 ];
|
license = with licenses; [ gpl3 ];
|
||||||
maintainers = with maintainers; [ joko ];
|
maintainers = with maintainers; [ joko ];
|
||||||
homepage = https://skrooge.org/;
|
homepage = https://skrooge.org/;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec { pname = "EZminc";
|
|||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. ANSI C source codes are distributed for UNIX/Linux/Mac OSX, and executables are provided for MS Windows. PAML is not good for tree making. It may be used to estimate parameters and test hypotheses to study the evolutionary process, when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.'';
|
longDescription = ''PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. ANSI C source codes are distributed for UNIX/Linux/Mac OSX, and executables are provided for MS Windows. PAML is not good for tree making. It may be used to estimate parameters and test hypotheses to study the evolutionary process, when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.'';
|
||||||
license = "non-commercial";
|
license = "non-commercial";
|
||||||
homepage = http://abacus.gene.ucl.ac.uk/software/paml.html;
|
homepage = http://abacus.gene.ucl.ac.uk/software/paml.html;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/Illumina/strelka;
|
homepage = https://github.com/Illumina/strelka;
|
||||||
maintainers = with maintainers; [ jbedo ];
|
maintainers = with maintainers; [ jbedo ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -47,5 +47,6 @@ python3Packages.buildPythonApplication {
|
|||||||
description = description;
|
description = description;
|
||||||
homepage = https://www.pymol.org/;
|
homepage = https://www.pymol.org/;
|
||||||
license = licenses.psfl;
|
license = licenses.psfl;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ berce ];
|
maintainers = with maintainers; [ berce ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
|
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice gebner ];
|
maintainers = with maintainers; [ thoughtpolice gebner ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ let
|
|||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = if includeGplCode then licenses.gpl2 else licenses.mit;
|
license = if includeGplCode then licenses.gpl2 else licenses.mit;
|
||||||
homepage = https://github.com/sambayless/monosat;
|
homepage = https://github.com/sambayless/monosat;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ pxc ];
|
maintainers = with maintainers; [ pxc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ puffnfresh ];
|
maintainers = with maintainers; [ puffnfresh ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,5 @@ mkDerivation {
|
|||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ qtbase ki18n ];
|
buildInputs = [ qtbase ki18n ];
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
broken = true;
|
||||||
}
|
}
|
||||||
|
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Global Menu applet for XFCE4";
|
description = "Global Menu applet for XFCE4";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ jD91mZM2 ];
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -9,4 +9,5 @@ mkXfceDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ libxslt docbook_xsl ];
|
nativeBuildInputs = [ libxslt docbook_xsl ];
|
||||||
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
|
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
|
||||||
|
meta.broken = true;
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ stdenv.mkDerivation {
|
|||||||
maintainers = with maintainers; [ proglodyte ];
|
maintainers = with maintainers; [ proglodyte ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ puffnfresh ];
|
maintainers = with maintainers; [ puffnfresh ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Implementation of the library requirements of the OpenCL C programming language";
|
description = "Implementation of the library requirements of the OpenCL C programming language";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,6 @@ stdenv.mkDerivation rec{
|
|||||||
license = stdenv.lib.licenses.bsd3 ;
|
license = stdenv.lib.licenses.bsd3 ;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -62,6 +62,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/betaflight/betaflight;
|
homepage = https://github.com/betaflight/betaflight;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ elitak ];
|
maintainers = with maintainers; [ elitak ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = https://inavflight.github.io;
|
homepage = https://inavflight.github.io;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ elitak ];
|
maintainers = with maintainers; [ elitak ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,13 @@
|
|||||||
, pytest-benchmark
|
, pytest-benchmark
|
||||||
, sortedcollections
|
, sortedcollections
|
||||||
, sortedcontainers
|
, sortedcontainers
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bidict";
|
pname = "bidict";
|
||||||
version = "0.18.2";
|
version = "0.18.2";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -32,5 +32,6 @@ buildPythonPackage rec {
|
|||||||
description = "Pipeline is an asset packaging library for Django";
|
description = "Pipeline is an asset packaging library for Django";
|
||||||
homepage = https://github.com/cyberdelia/django-pipeline;
|
homepage = https://github.com/cyberdelia/django-pipeline;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ buildPythonPackage rec {
|
|||||||
description = "A database schema evolution tool for the Django web framework";
|
description = "A database schema evolution tool for the Django web framework";
|
||||||
homepage = http://code.google.com/p/django-evolution/;
|
homepage = http://code.google.com/p/django-evolution/;
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -6,12 +6,13 @@
|
|||||||
, django
|
, django
|
||||||
, mock
|
, mock
|
||||||
, isort
|
, isort
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-taggit";
|
pname = "django-taggit";
|
||||||
version = "1.1.0";
|
version = "1.1.0";
|
||||||
disabled = pythonOlder "2.7";
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -28,5 +28,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/ecederstrand/exchangelib";
|
homepage = "https://github.com/ecederstrand/exchangelib";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ catern ];
|
maintainers = with maintainers; [ catern ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -5,11 +5,13 @@
|
|||||||
, scipy
|
, scipy
|
||||||
, matplotlib
|
, matplotlib
|
||||||
, pytest
|
, pytest
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.4.5";
|
version = "1.4.5";
|
||||||
pname = "filterpy";
|
pname = "filterpy";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -6,11 +6,13 @@
|
|||||||
, scipy
|
, scipy
|
||||||
, smart_open
|
, smart_open
|
||||||
, scikitlearn, testfixtures, unittest2
|
, scikitlearn, testfixtures, unittest2
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gensim";
|
pname = "gensim";
|
||||||
version = "3.8.0";
|
version = "3.8.0";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -25,6 +25,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/geopy/geopy";
|
homepage = "https://github.com/geopy/geopy";
|
||||||
description = "Python Geocoding Toolbox";
|
description = "Python Geocoding Toolbox";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -26,6 +26,7 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/salimfadhley/jenkinsapi;
|
homepage = https://github.com/salimfadhley/jenkinsapi;
|
||||||
maintainers = with maintainers; [ drets ];
|
maintainers = with maintainers; [ drets ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ buildPythonPackage rec {
|
|||||||
description = "Command-line tool to deduplicate mails from a set of maildir folders";
|
description = "Command-line tool to deduplicate mails from a set of maildir folders";
|
||||||
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
|
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "minidb";
|
pname = "minidb";
|
||||||
version = "2.0.2";
|
version = "2.0.2";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "thp";
|
owner = "thp";
|
||||||
|
@ -20,10 +20,10 @@ in
|
|||||||
buildPythonApplication (common // rec {
|
buildPythonApplication (common // rec {
|
||||||
pname = "openrazer_daemon";
|
pname = "openrazer_daemon";
|
||||||
|
|
||||||
sourceRoot = "source/daemon";
|
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
sourceRoot = "source/daemon";
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
|
nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
|
||||||
|
@ -22,5 +22,6 @@ buildPythonPackage rec {
|
|||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ nalbyuites ];
|
maintainers = with maintainers; [ nalbyuites ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{ buildPythonPackage, fetchPypi, lib, ipaddress }:
|
{ buildPythonPackage, fetchPypi, lib, ipaddress, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "piccata";
|
pname = "piccata";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -50,5 +50,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/jazzband/pip-tools/;
|
homepage = https://github.com/jazzband/pip-tools/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -87,5 +87,6 @@ in buildPythonPackage rec {
|
|||||||
description = "Python dependency management and packaging made easy";
|
description = "Python dependency management and packaging made easy";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jakewaksbaum ];
|
maintainers = with maintainers; [ jakewaksbaum ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, prompt_toolkit, docopt , jedi, pygments }:
|
{ stdenv, buildPythonPackage, fetchPypi, prompt_toolkit, docopt , jedi, pygments, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ptpython";
|
pname = "ptpython";
|
||||||
version = "2.0.4";
|
version = "2.0.4";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -29,5 +29,6 @@ buildPythonPackage rec {
|
|||||||
license = with stdenv.lib.licenses; [ gpl3 ];
|
license = with stdenv.lib.licenses; [ gpl3 ];
|
||||||
maintainers = with stdenv.lib.maintainers; [ vinymeuh ];
|
maintainers = with stdenv.lib.maintainers; [ vinymeuh ];
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ buildPythonPackage {
|
|||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ orivej ];
|
maintainers = with lib.maintainers; [ orivej ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python API for libminc using EZMINC";
|
description = "Python API for libminc using EZMINC";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ bcdarwin ];
|
maintainers = with stdenv.lib.maintainers; [ bcdarwin ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,5 +42,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/ogrisel/pygbm;
|
homepage = https://github.com/ogrisel/pygbm;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -3,12 +3,14 @@
|
|||||||
, fetchurl
|
, fetchurl
|
||||||
, urlgrabber
|
, urlgrabber
|
||||||
, python
|
, python
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pykickstart";
|
pname = "pykickstart";
|
||||||
version = "1.99.39";
|
version = "1.99.39";
|
||||||
md5_path = "d249f60aa89b1b4facd63f776925116d";
|
md5_path = "d249f60aa89b1b4facd63f776925116d";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://src.fedoraproject.org/repo/pkgs/pykickstart/"
|
url = "https://src.fedoraproject.org/repo/pkgs/pykickstart/"
|
||||||
|
@ -34,5 +34,6 @@ buildPythonPackage rec {
|
|||||||
homepage = http://pyro.ai;
|
homepage = http://pyro.ai;
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ teh ];
|
maintainers = with lib.maintainers; [ teh ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
|||||||
description = "Python bindings for Subversion";
|
description = "Python bindings for Subversion";
|
||||||
homepage = http://pysvn.tigris.org/;
|
homepage = http://pysvn.tigris.org/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -80,5 +80,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://pythonnet.github.io;
|
homepage = https://pythonnet.github.io;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jraygauthier ];
|
maintainers = with maintainers; [ jraygauthier ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
cudaSupport ? false, cudatoolkit ? null, cudnn ? null,
|
cudaSupport ? false, cudatoolkit ? null, cudnn ? null,
|
||||||
fetchFromGitHub, lib, numpy, pyyaml, cffi, typing, cmake, hypothesis, numactl,
|
fetchFromGitHub, lib, numpy, pyyaml, cffi, typing, cmake, hypothesis, numactl,
|
||||||
linkFarm, symlinkJoin,
|
linkFarm, symlinkJoin,
|
||||||
utillinux, which }:
|
utillinux, which, isPy3k }:
|
||||||
|
|
||||||
assert cudnn == null || cudatoolkit != null;
|
assert cudnn == null || cudatoolkit != null;
|
||||||
assert !cudaSupport || cudatoolkit != null;
|
assert !cudaSupport || cudatoolkit != null;
|
||||||
@ -27,6 +27,7 @@ let
|
|||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
pname = "pytorch";
|
pname = "pytorch";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pytorch";
|
owner = "pytorch";
|
||||||
|
@ -45,5 +45,6 @@ buildPythonPackage {
|
|||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ lsix ];
|
maintainers = with maintainers; [ lsix ];
|
||||||
homepage = https://www.riverbankcomputing.com/software/qscintilla/;
|
homepage = https://www.riverbankcomputing.com/software/qscintilla/;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://qutip.org/;
|
homepage = http://qutip.org/;
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, hypothesis }:
|
{ stdenv, buildPythonPackage, fetchPypi, hypothesis, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rubymarshal";
|
pname = "rubymarshal";
|
||||||
version = "1.2.6";
|
version = "1.2.6";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
{ buildPythonPackage, lib, fetchFromGitHub, glibcLocales
|
{ buildPythonPackage, lib, fetchFromGitHub, glibcLocales
|
||||||
, pytest, pytest-mock, gentools
|
, pytest, pytest-mock, gentools
|
||||||
, typing, singledispatch, pythonOlder
|
, typing, singledispatch, pythonOlder
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "snug";
|
pname = "snug";
|
||||||
version = "1.3.4";
|
version = "1.3.4";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -35,5 +35,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/pydata/sparse/;
|
homepage = https://github.com/pydata/sparse/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,7 @@ buildPythonPackage rec {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = with lib.maintainers; [ smaret ];
|
maintainers = with lib.maintainers; [ smaret ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,11 +4,13 @@
|
|||||||
, isPy27
|
, isPy27
|
||||||
, pbr
|
, pbr
|
||||||
, pytest
|
, pytest
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ssdp";
|
pname = "ssdp";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, pyyaml, jsonschema, six, pytest, mock }:
|
{ lib, buildPythonPackage, fetchFromGitHub, pyyaml, jsonschema, six, pytest, mock, isPy3k }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "swagger-spec-validator";
|
pname = "swagger-spec-validator";
|
||||||
|
@ -48,5 +48,6 @@ buildPythonPackage rec {
|
|||||||
homepage = https://github.com/symengine/symengine.py;
|
homepage = https://github.com/symengine/symengine.py;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@ buildPythonPackage rec {
|
|||||||
description = "A vmprof client";
|
description = "A vmprof client";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://vmprof.readthedocs.org/;
|
homepage = https://vmprof.readthedocs.org/;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/danielfrg/word2vec";
|
homepage = "https://github.com/danielfrg/word2vec";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ NikolaMandic ];
|
maintainers = with maintainers; [ NikolaMandic ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -10,11 +10,13 @@
|
|||||||
, nose
|
, nose
|
||||||
, cython
|
, cython
|
||||||
, python
|
, python
|
||||||
|
, isPy3k
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "yt";
|
pname = "yt";
|
||||||
version = "3.5.1";
|
version = "3.5.1";
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/yahoo/Zake";
|
homepage = "https://github.com/yahoo/Zake";
|
||||||
description = "A python package that works to provide a nice set of testing utilities for the kazoo library";
|
description = "A python package that works to provide a nice set of testing utilities for the kazoo library";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ buildPythonPackage rec {
|
|||||||
description = "A utility module for content-type (MIME type) handling";
|
description = "A utility module for content-type (MIME type) handling";
|
||||||
license = licenses.zpl20;
|
license = licenses.zpl20;
|
||||||
maintainers = with maintainers; [ goibhniu ];
|
maintainers = with maintainers; [ goibhniu ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ buildPythonPackage rec {
|
|||||||
description = "Zope Internationalization Support";
|
description = "Zope Internationalization Support";
|
||||||
license = licenses.zpl20;
|
license = licenses.zpl20;
|
||||||
maintainers = with maintainers; [ goibhniu ];
|
maintainers = with maintainers; [ goibhniu ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ in buildPythonApplication rec {
|
|||||||
homepage = https://pagure.io/fedpkg;
|
homepage = https://pagure.io/fedpkg;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -52,5 +52,6 @@ mkDerivation {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.deepfire ];
|
maintainers = [ maintainers.deepfire ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.raskin ];
|
maintainers = [ maintainers.raskin ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -164,6 +164,7 @@ let
|
|||||||
license = with licenses; [ artistic1 gpl1Plus ];
|
license = with licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ kkallio vcunat phile314 ];
|
maintainers = with maintainers; [ kkallio vcunat phile314 ];
|
||||||
platforms = with platforms; linux; # TODO: ++ darwin;
|
platforms = with platforms; linux; # TODO: ++ darwin;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
maintainers = [ maintainers.phreedom maintainers.qknight maintainers.domenkozar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -150,5 +150,6 @@ stdenv.mkDerivation rec {
|
|||||||
- XP-960 Series
|
- XP-960 Series
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.genesis ];
|
maintainers = [ maintainers.genesis ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ let
|
|||||||
|
|
||||||
d2u = stdenv.lib.replaceChars ["-"] ["_"];
|
d2u = stdenv.lib.replaceChars ["-"] ["_"];
|
||||||
|
|
||||||
mkLibRetroCore = ({ core, src, description, license, ... }@a:
|
mkLibRetroCore = ({ core, src, description, license, broken ? false, ... }@a:
|
||||||
stdenv.lib.makeOverridable stdenv.mkDerivation rec {
|
stdenv.lib.makeOverridable stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "libretro-${core}-${version}";
|
name = "libretro-${core}-${version}";
|
||||||
@ -38,6 +38,7 @@ let
|
|||||||
inherit description;
|
inherit description;
|
||||||
homepage = https://www.libretro.com/;
|
homepage = https://www.libretro.com/;
|
||||||
inherit license;
|
inherit license;
|
||||||
|
inherit broken;
|
||||||
maintainers = with maintainers; [ edwtjo hrdinka MP2E ];
|
maintainers = with maintainers; [ edwtjo hrdinka MP2E ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
@ -145,6 +146,7 @@ in with stdenv.lib.licenses;
|
|||||||
};
|
};
|
||||||
description = "Port of Dolphin to libretro";
|
description = "Port of Dolphin to libretro";
|
||||||
license = gpl2Plus;
|
license = gpl2Plus;
|
||||||
|
broken = true;
|
||||||
|
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc
|
cmake curl libGLU_combined pcre pkgconfig sfml miniupnpc
|
||||||
|
@ -28,6 +28,7 @@ in {
|
|||||||
metricbeat6 = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
|
metricbeat6 = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
|
||||||
packetbeat6 = beat "packetbeat" {
|
packetbeat6 = beat "packetbeat" {
|
||||||
buildInputs = [ libpcap ];
|
buildInputs = [ libpcap ];
|
||||||
|
meta.broken = true;
|
||||||
meta.description = "Network packet analyzer that ships data to Elasticsearch";
|
meta.description = "Network packet analyzer that ships data to Elasticsearch";
|
||||||
meta.longDescription = ''
|
meta.longDescription = ''
|
||||||
Packetbeat is an open source network packet analyzer that ships the
|
Packetbeat is an open source network packet analyzer that ships the
|
||||||
|
@ -102,5 +102,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ izorkin ];
|
maintainers = with maintainers; [ izorkin ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -92,5 +92,6 @@ gcc8Stdenv.mkDerivation {
|
|||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.farlion ];
|
maintainers = [ stdenv.lib.maintainers.farlion ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -368,6 +368,8 @@ self: super:
|
|||||||
xf86videoglide = super.xf86videoglide.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videoglide = super.xf86videoglide.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
xf86videoi128 = super.xf86videoi128.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videoi128 = super.xf86videoi128.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
xf86videonewport = super.xf86videonewport.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videonewport = super.xf86videonewport.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
|
xf86videos3virge = super.xf86videos3virge.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
|
xf86videosavage = super.xf86videosavage.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
xf86videotga = super.xf86videotga.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videotga = super.xf86videotga.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
xf86videov4l = super.xf86videov4l.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videov4l = super.xf86videov4l.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
xf86videovoodoo = super.xf86videovoodoo.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
xf86videovoodoo = super.xf86videovoodoo.overrideAttrs (attrs: { meta = attrs.meta // { broken = true; }; });
|
||||||
|
@ -38,6 +38,7 @@ let
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta.platforms = stdenv.lib.platforms.linux;
|
meta.platforms = stdenv.lib.platforms.linux;
|
||||||
|
meta.broken = true;
|
||||||
};
|
};
|
||||||
in stdenv.lib.overrideDerivation base (b: {
|
in stdenv.lib.overrideDerivation base (b: {
|
||||||
postFixup = b.postFixup + ''
|
postFixup = b.postFixup + ''
|
||||||
|
@ -21,5 +21,6 @@ buildGoPackage rec {
|
|||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
description = "An archival restoration tool for Postgres";
|
description = "An archival restoration tool for Postgres";
|
||||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -87,6 +87,7 @@ in rec {
|
|||||||
description = common.meta.description + " CLI clients";
|
description = common.meta.description + " CLI clients";
|
||||||
longDescription = common.meta.longDescription + ''
|
longDescription = common.meta.longDescription + ''
|
||||||
This package provides the CLI clients, called 'icommands'.'';
|
This package provides the CLI clients, called 'icommands'.'';
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -73,5 +73,6 @@ in buildPythonApplication rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.aszlig ];
|
maintainers = [ maintainers.aszlig ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,5 +44,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ matthiasbeyer ];
|
maintainers = with maintainers; [ matthiasbeyer ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -90,5 +90,6 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
|
||||||
maintainers = with lib.maintainers; [ MostAwesomeDude ];
|
maintainers = with lib.maintainers; [ MostAwesomeDude ];
|
||||||
platforms = lib.platforms.gnu ++ lib.platforms.linux;
|
platforms = lib.platforms.gnu ++ lib.platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -60,5 +60,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.unbound.net;
|
homepage = http://www.unbound.net;
|
||||||
maintainers = with maintainers; [ leenaars ];
|
maintainers = with maintainers; [ leenaars ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
|||||||
maintainers = with maintainers; [ ehmry ];
|
maintainers = with maintainers; [ ehmry ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user