Skip to content

Commit

Permalink
treewide: mark some broken packages as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lheckemann committed Oct 8, 2019
1 parent cfcc975 commit 5aa4b19
Show file tree
Hide file tree
Showing 103 changed files with 120 additions and 11 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/quodlibet/default.nix
Expand Up @@ -65,5 +65,6 @@ python3.pkgs.buildPythonApplication rec {

maintainers = with maintainers; [ coroa sauyon ];
homepage = https://quodlibet.readthedocs.io/en/latest/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/sonic-pi/default.nix
Expand Up @@ -100,5 +100,6 @@ mkDerivation rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Phlogistique kamilchm ];
platforms = lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/polkadot/default.nix
Expand Up @@ -26,5 +26,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3;
maintainers = [ maintainers.akru ];
platforms = platforms.linux;
broken = true;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/photoflow/default.nix
Expand Up @@ -51,6 +51,6 @@ stdenv.mkDerivation {
license = licenses.gpl3Plus;
maintainers = [ maintainers.MtP ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/digitalbitbox/default.nix
Expand Up @@ -138,5 +138,6 @@ in stdenv.mkDerivation rec {
vidbina
];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/opencpn/default.nix
Expand Up @@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
license = stdenv.lib.licenses.gpl2;
homepage = https://opencpn.org/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/opentx/default.nix
Expand Up @@ -58,6 +58,7 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/applications/misc/pbpst/default.nix
Expand Up @@ -45,5 +45,6 @@ llvmPackages.stdenv.mkDerivation rec {
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ tmplt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/sleepyhead/default.nix
Expand Up @@ -37,6 +37,7 @@ in stdenv.mkDerivation {
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.krav ];
broken = true;
};

}
Expand Up @@ -53,5 +53,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ dotlambda nicknovitski ];
license = licenses.mit;
platforms = platforms.unix;
broken = true;
};
}
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ orivej ];
license = licenses.gpl2;
platforms = platforms.linux;
broken = true;
};
}
Expand Up @@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "Link-local XMPP connection manager for Telepathy";
platforms = platforms.gnu ++ platforms.linux; # Random choice
maintainers = [ maintainers.lethalman ];
broken = true;
};
}
Expand Up @@ -25,5 +25,6 @@ stdenv.mkDerivation {
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ mog ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/kmymoney/default.nix
Expand Up @@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
homepage = https://kmymoney.org/;
platforms = lib.platforms.linux;
license = lib.licenses.gpl2Plus;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/office/skrooge/default.nix
Expand Up @@ -37,5 +37,6 @@ mkDerivation rec {
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ joko ];
homepage = https://skrooge.org/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/EZminc/default.nix
Expand Up @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { pname = "EZminc";
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.unix;
license = licenses.free;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/paml/default.nix
Expand Up @@ -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.'';
license = "non-commercial";
homepage = http://abacus.gene.ucl.ac.uk/software/paml.html;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/biology/strelka/default.nix
Expand Up @@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Illumina/strelka;
maintainers = with maintainers; [ jbedo ];
platforms = [ "x86_64-linux" ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/applications/science/chemistry/pymol/default.nix
Expand Up @@ -47,5 +47,6 @@ python3Packages.buildPythonApplication {
description = description;
homepage = https://www.pymol.org/;
license = licenses.psfl;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/electronics/kicad/unstable.nix
Expand Up @@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ berce ];
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/jonprl/default.nix
Expand Up @@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/lean2/default.nix
Expand Up @@ -32,5 +32,6 @@ stdenv.mkDerivation {
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice gebner ];
broken = true;
};
}
3 changes: 2 additions & 1 deletion pkgs/applications/science/logic/monosat/default.nix
Expand Up @@ -39,6 +39,7 @@ let
platforms = platforms.unix;
license = if includeGplCode then licenses.gpl2 else licenses.mit;
homepage = https://github.com/sambayless/monosat;
broken = true;
};
};

Expand All @@ -64,4 +65,4 @@ let
--replace '../../../../libmonosat.so' '${core}/lib/libmonosat.so'
'';
};
in core
in core
Expand Up @@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/video/obs-studio/linuxbrowser.nix
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ puffnfresh ];
license = licenses.gpl2;
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/plasma-5/kdecoration.nix
Expand Up @@ -8,4 +8,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ki18n ];
outputs = [ "out" "dev" ];
broken = true;
}
Expand Up @@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
description = "Global Menu applet for XFCE4";
license = licenses.lgpl3;
maintainers = with maintainers; [ jD91mZM2 ];
meta.broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/xfce4-14/xfburn/default.nix
Expand Up @@ -9,4 +9,5 @@ mkXfceDerivation {

nativeBuildInputs = [ libxslt docbook_xsl ];
buildInputs = [ exo gtk2 libburn libisofs libxfce4ui ];
meta.broken = true;
}
1 change: 1 addition & 0 deletions pkgs/development/interpreters/love/0.9.nix
Expand Up @@ -30,5 +30,6 @@ stdenv.mkDerivation rec {

platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.raskin ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/interpreters/proglodyte-wasm/default.nix
Expand Up @@ -55,5 +55,6 @@ stdenv.mkDerivation {
maintainers = with maintainers; [ proglodyte ];
platforms = platforms.linux;
license = licenses.asl20;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/gdata-sharp/default.nix
Expand Up @@ -37,5 +37,6 @@ in stdenv.mkDerivation {

license = licenses.asl20;
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libcef/default.nix
Expand Up @@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ puffnfresh ];
license = licenses.bsd3;
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libclc/default.nix
Expand Up @@ -32,5 +32,6 @@ stdenv.mkDerivation {
description = "Implementation of the library requirements of the OpenCL C programming language";
license = licenses.mit;
platforms = platforms.all;
broken = true;
};
}
Expand Up @@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ bcdarwin ];
platforms = platforms.linux;
license = licenses.asl20;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/torch/default.nix
Expand Up @@ -33,5 +33,6 @@ stdenv.mkDerivation rec{
license = stdenv.lib.licenses.bsd3 ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/misc/stm32/betaflight/default.nix
Expand Up @@ -62,6 +62,7 @@ in stdenv.mkDerivation rec {
homepage = https://github.com/betaflight/betaflight;
license = licenses.gpl3;
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/misc/stm32/inav/default.nix
Expand Up @@ -54,6 +54,7 @@ in stdenv.mkDerivation rec {
homepage = https://inavflight.github.io;
license = licenses.gpl3;
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/bidict/default.nix
Expand Up @@ -7,11 +7,13 @@
, pytest-benchmark
, sortedcollections
, sortedcontainers
, isPy3k
}:

buildPythonPackage rec {
pname = "bidict";
version = "0.18.2";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
Expand Down
Expand Up @@ -32,5 +32,6 @@ buildPythonPackage rec {
description = "Pipeline is an asset packaging library for Django";
homepage = https://github.com/cyberdelia/django-pipeline;
license = licenses.mit;
broken = true;
};
}
Expand Up @@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "A database schema evolution tool for the Django web framework";
homepage = http://code.google.com/p/django-evolution/;
license = licenses.bsd0;
broken = true;
};

}
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/django_taggit/default.nix
Expand Up @@ -6,12 +6,13 @@
, django
, mock
, isort
, isPy3k
}:

buildPythonPackage rec {
pname = "django-taggit";
version = "1.1.0";
disabled = pythonOlder "2.7";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/python-modules/exchangelib/default.nix
Expand Up @@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ecederstrand/exchangelib";
license = licenses.bsd2;
maintainers = with maintainers; [ catern ];
broken = true;
};
}
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/filterpy/default.nix
Expand Up @@ -5,11 +5,13 @@
, scipy
, matplotlib
, pytest
, isPy3k
}:

buildPythonPackage rec {
version = "1.4.5";
pname = "filterpy";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/gensim/default.nix
Expand Up @@ -6,11 +6,13 @@
, scipy
, smart_open
, scikitlearn, testfixtures, unittest2
, isPy3k
}:

buildPythonPackage rec {
pname = "gensim";
version = "3.8.0";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/python-modules/geopy/default.nix
Expand Up @@ -25,6 +25,7 @@ buildPythonPackage rec {
homepage = "https://github.com/geopy/geopy";
description = "Python Geocoding Toolbox";
license = licenses.mit;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/jenkinsapi/default.nix
Expand Up @@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = https://github.com/salimfadhley/jenkinsapi;
maintainers = with maintainers; [ drets ];
license = licenses.mit;
broken = true;
};

}
Expand Up @@ -21,6 +21,7 @@ buildPythonPackage rec {
description = "Command-line tool to deduplicate mails from a set of maildir folders";
homepage = "https://github.com/kdeldycke/maildir-deduplicate";
license = licenses.gpl2;
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/minidb/default.nix
Expand Up @@ -6,6 +6,7 @@
buildPythonPackage rec {
pname = "minidb";
version = "2.0.2";
disabled = !isPy3k;

src = fetchFromGitHub {
owner = "thp";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/openrazer/daemon.nix
Expand Up @@ -20,10 +20,10 @@ in
buildPythonApplication (common // rec {
pname = "openrazer_daemon";

sourceRoot = "source/daemon";

disabled = !isPy3k;

sourceRoot = "source/daemon";

outputs = [ "out" "man" ];

nativeBuildInputs = [ makeWrapper wrapGAppsHook ];
Expand Down

0 comments on commit 5aa4b19

Please sign in to comment.