Merge pull request #108977 from lukegb/mark-as-broken

This commit is contained in:
Sandro 2021-01-12 16:16:58 +01:00 committed by GitHub
commit 8bf14d4a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -84,6 +84,7 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = true; # Dashboard broken, other build failures.
description = "A hyperparameter optimization framework";
homepage = "https://optuna.org/";
license = licenses.mit;

View file

@ -122,9 +122,10 @@ in buildPythonPackage {
'';
meta = with lib; {
broken = true; # tf-probability 0.8.0 is not compatible with tensorflow 2.3.2
description = "Library for probabilistic reasoning and statistical analysis";
homepage = "https://www.tensorflow.org/probability/";
license = licenses.asl20;
maintainers = with maintainers; [ timokau ];
maintainers = with maintainers; []; # This package is maintainerless.
};
}

View file

@ -27876,6 +27876,7 @@ in
mxnet = callPackage ../applications/science/math/mxnet {
inherit (linuxPackages) nvidia_x11;
stdenv = gcc9Stdenv;
};
wxmaxima = callPackage ../applications/science/math/wxmaxima { wxGTK = wxGTK30; };