Skip to content

Commit

Permalink
treewide: mark some broken stuff as broken (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lheckemann authored and disassembler committed Oct 7, 2019
1 parent 372c3d8 commit f68f0a8
Show file tree
Hide file tree
Showing 116 changed files with 120 additions and 3 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/quodlibet/default.nix
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ in stdenv.mkDerivation rec {
license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [ Phlogistique kamilchm ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/polkadot/default.nix
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ in stdenv.mkDerivation {
license = licenses.gpl3;
platforms = platforms.all;
maintainers = [ maintainers.krav ];
broken = true;
};

}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ dotlambda nicknovitski ];
license = licenses.mit;
platforms = platforms.unix;
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ orivej ];
license = licenses.gpl2;
platforms = platforms.linux;
broken = true;
};
}
Original file line number Diff line number Diff line change
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;
};
}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ in 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/electronics/kicad/unstable.nix
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ki18n ];
outputs = [ "out" "dev" ];
broken = true;
}
1 change: 1 addition & 0 deletions pkgs/desktops/plasma-5/kscreen.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ mkDerivation {
libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
plasma-framework
];
meta.broken = true;
}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ in stdenv.mkDerivation {

license = licenses.asl20;
platforms = platforms.linux;
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.lgpl21;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libcef/default.nix
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/libguestfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
homepage = http://libguestfs.org/;
maintainers = with maintainers; [offline];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/libraries/qca2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
homepage = http://delta.affinix.com/qca;
maintainers = [ maintainers.sander ];
platforms = platforms.unix;
broken = true;
};
}
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ in stdenv.mkDerivation rec {
homepage = https://inavflight.github.io;
license = licenses.gpl3;
maintainers = with maintainers; [ elitak ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/bidict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ buildPythonPackage rec {
description = "Efficient, Pythonic bidirectional map data structures and related functionality";
license = licenses.mpl20;
maintainers = with maintainers; [ jakewaksbaum ];
broken = true;
};
}
Original file line number Diff line number Diff line change
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;
};
}
Original file line number Diff line number Diff line change
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;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/django_taggit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ buildPythonPackage rec {
homepage = https://github.com/alex/django-taggit/tree/master/;
license = licenses.bsd2;
maintainers = with maintainers; [ desiderius ];
broken = true;
};

}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/exchangelib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ecederstrand/exchangelib";
license = licenses.bsd2;
maintainers = with maintainers; [ catern ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/filemagic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ buildPythonPackage {
homepage = https://github.com/aliles/filemagic;
license = licenses.asl20;
maintainers = with maintainers; [ earvstedt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/filterpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ buildPythonPackage rec {
description = "Kalman filtering and optimal estimation library";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
broken = true;
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ buildPythonPackage rec {
homepage = https://github.com/xZise/flake8-future-import;
description = "A flake8 extension to check for the imported __future__ modules to make it easier to have a consistent code base";
license = lib.licenses.mit;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/gensim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ buildPythonPackage rec {
homepage = https://radimrehurek.com/gensim/;
license = lib.licenses.lgpl21;
maintainers = with lib.maintainers; [ jyp ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/geopy/default.nix
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = https://github.com/salimfadhley/jenkinsapi;
maintainers = with maintainers; [ drets ];
license = licenses.mit;
broken = true;
};

}
Original file line number Diff line number Diff line change
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;
};

}
Loading

0 comments on commit f68f0a8

Please sign in to comment.