Skip to content

Commit

Permalink
Merge pull request #85331 from NixOS/treewide-broken-20.03
Browse files Browse the repository at this point in the history
treewide: mark broken packages for 20.03
  • Loading branch information
worldofpeace committed Apr 17, 2020
2 parents be4a41d + 48c5aaa commit 5fe104d
Show file tree
Hide file tree
Showing 207 changed files with 306 additions and 29 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/audio/friture/default.nix
Expand Up @@ -41,5 +41,6 @@ in py.buildPythonApplication rec {
license = licenses.gpl3;
platforms = platforms.linux; # fails on Darwin
maintainers = [ maintainers.laikq ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/mopidy/mopify.nix
Expand Up @@ -19,5 +19,6 @@ pythonPackages.buildPythonApplication rec {
description = "A mopidy webclient based on the Spotify webbased interface";
license = licenses.gpl3;
maintainers = [ maintainers.Gonzih ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/mopidy/musicbox-webclient.nix
Expand Up @@ -19,5 +19,6 @@ pythonPackages.buildPythonApplication rec {
description = "Mopidy extension for playing music from SoundCloud";
license = licenses.mit;
maintainers = [ maintainers.spwhitt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/mopidy/soundcloud.nix
Expand Up @@ -19,5 +19,6 @@ pythonPackages.buildPythonApplication rec {
description = "Mopidy extension for playing music from SoundCloud";
license = licenses.mit;
maintainers = [ maintainers.spwhitt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/mopidy/youtube.nix
Expand Up @@ -19,5 +19,6 @@ pythonPackages.buildPythonApplication rec {
description = "Mopidy extension for playing music from YouTube";
license = licenses.asl20;
maintainers = [ maintainers.spwhitt ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/audio/muse/default.nix
Expand Up @@ -33,6 +33,7 @@ stdenv.mkDerivation {
it is published under the GNU General Public License.
'';
license = stdenv.lib.licenses.gpl2;
broken = true;
};

src =
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/blockchains/ethabi.nix
Expand Up @@ -23,5 +23,6 @@ buildRustPackage rec {
maintainers = [ maintainers.dbrock ];
license = licenses.gpl3;
inherit version;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/editors/nvi/default.nix
Expand Up @@ -51,5 +51,6 @@ stdenv.mkDerivation {
homepage = http://www.bostic.com/vi/;
description = "The Berkeley Vi Editor";
license = stdenv.lib.licenses.free;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/graphics/k3d/default.nix
Expand Up @@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = [ maintainers.raskin ];
license = licenses.gpl2;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/kde/kdepim-addons.nix
Expand Up @@ -13,6 +13,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2Plus lgpl21Plus ];
maintainers = kdepimTeam;
broken = true;
};
nativeBuildInputs = [ extra-cmake-modules shared-mime-info ];
buildInputs = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/kde/kitinerary.nix
Expand Up @@ -9,6 +9,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ lgpl21 ];
maintainers = [ lib.maintainers.bkchr ];
broken = true;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/misc/ape/default.nix
Expand Up @@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
license = license;
platforms = platforms.unix;
maintainers = with maintainers; [ yrashk ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/hovercraft/default.nix
Expand Up @@ -31,5 +31,6 @@ buildPythonApplication rec {
homepage = https://github.com/regebro/hovercraft;
license = licenses.mit;
maintainers = with maintainers; [ goibhniu makefu ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/navit/default.nix
Expand Up @@ -86,5 +86,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = [ maintainers.genesis ];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/misc/safeeyes/default.nix
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
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
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;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/cluster/kubeval/default.nix
Expand Up @@ -44,5 +44,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ nicknovitski ];
platforms = platforms.all;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/cluster/marathon/default.nix
Expand Up @@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ kamilchm kevincox pradeepchhetri ];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/cluster/mesos/default.nix
Expand Up @@ -258,5 +258,6 @@ in stdenv.mkDerivation rec {
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
maintainers = with maintainers; [ cstrahan kevincox offline ];
platforms = platforms.unix;
broken = true;
};
}
Expand Up @@ -24,5 +24,6 @@ stdenv.mkDerivation {
homepage = http://amsn-project.net;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
broken = true;
};
}
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/irc/communi/default.nix
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ hrdinka ];
platforms = platforms.all;
broken = true;
};
}
Expand Up @@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ erictapen ];
license = licenses.gpl3;
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/modem-manager-gui/default.nix
Expand Up @@ -59,5 +59,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ ahuzik ];
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/mumble/overlay.nix
Expand Up @@ -24,5 +24,6 @@ in stdenv.mkDerivation {

meta = {
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/networking/p2p/stig/default.nix
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;
};
}
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
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/logic/avy/default.nix
Expand Up @@ -49,5 +49,6 @@ stdenv.mkDerivation {
# See pkgs/applications/science/logic/glucose/default.nix
# (The error is different due to glucose-fenv.patch, but the same)
badPlatforms = [ "aarch64-linux" ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/logic/leo2/default.nix
Expand Up @@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
license = licenses.bsd3;
homepage = http://www.leoprover.org/;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/misc/colmap/default.nix
Expand Up @@ -40,5 +40,6 @@ mkDerivation rec {
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ lebastr ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/science/misc/sasview/default.nix
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;
};
}
Expand Up @@ -69,5 +69,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ pxc ];
broken = true;
};
}
Expand Up @@ -23,5 +23,6 @@ buildPythonApplication rec {
maintainers = with maintainers; [ dotlambda ];
license = licenses.gpl3Plus;
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/video/openshot-qt/default.nix
Expand Up @@ -57,5 +57,6 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
license = with licenses; gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/video/openshot-qt/libopenshot-audio.nix
Expand Up @@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = with licenses; gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/applications/video/openshot-qt/libopenshot.nix
Expand Up @@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
license = with licenses; gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = with platforms; linux;
broken = true;
};
}
3 changes: 2 additions & 1 deletion pkgs/applications/window-managers/jwm/default.nix
Expand Up @@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "jwm";
version = "1685";

src = fetchFromGitHub {
owner = "joewing";
repo = "jwm";
Expand All @@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.romildo ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/desktops/surf-display/default.nix
Expand Up @@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ etu ];
license = licenses.gpl2;
platforms = platforms.linux;
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/avian/default.nix
Expand Up @@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.earldouglas ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/compilers/mercury/default.nix
Expand Up @@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = [ ];
broken = true;
};
}
27 changes: 26 additions & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
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
9 changes: 5 additions & 4 deletions pkgs/development/interpreters/clojurescript/lumo/default.nix
Expand Up @@ -122,7 +122,7 @@ let # packageJSON=./package.json;
classp = cljdeps.makeClasspaths {
extraClasspaths=["src/js" "src/cljs/bundled" "src/cljs/snapshot"];
};


getJarPath = jarName: (lib.findFirst (p: p.name == jarName) null cljdeps.packages).path.jar;

Expand All @@ -147,15 +147,15 @@ in stdenv.mkDerivation {
# configure clojure-cli
mkdir ./.cpcache
export CLJ_CONFIG=`pwd`
export CLJ_CACHE=`pwd`/.cpcache
export CLJ_CACHE=`pwd`/.cpcache
# require more namespaces for cljs-bundle
sed -i "s!ns lumo.core! \
ns lumo.core \
(:require ${requireDeps}) \
(:require-macros [clojure.template :as temp] \
[cljs.test :as test])!g" \
./src/cljs/snapshot/lumo/core.cljs
./src/cljs/snapshot/lumo/core.cljs
# Step 1: compile clojurescript with :none and :simple
${clojure}/bin/clojure -Scp ${classp} -e "${compileClojurescript true}"
Expand Down Expand Up @@ -204,7 +204,7 @@ in stdenv.mkDerivation {
# Step 3: generate munged cache jsons
${clojure}/bin/clojure -Scp ${classp} -e "${cacheToJsons}"
rm ./target/cljs/core\$macros\.cljc\.cache\.json
# Step 4: Bunde javascript
NODE_ENV=production node scripts/bundle.js
Expand Down Expand Up @@ -251,6 +251,7 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.epl10;
maintainers = [ stdenv.lib.maintainers.hlolli ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

1 change: 1 addition & 0 deletions pkgs/development/libraries/bwidget/default.nix
Expand Up @@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "High-level widget set for Tcl/Tk";
license = stdenv.lib.licenses.tcltk;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

0 comments on commit 5fe104d

Please sign in to comment.