Merge pull request #86962 from Mic92/rl-coach

python3.pkgs.rl-coach: mark as broken
This commit is contained in:
Timo Kaufmann 2020-05-05 21:20:38 +00:00 committed by GitHub
commit 7ae4bd1f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0c4f3a334ff55d534d2fc7f83d5e791f64b780391039e367f6cd9b4381838744";
sha256 = "0i47hf0l76ydyrky6f8h760bfr0zg5g3vy675x6m6pgm9wrklkqc";
};
propagatedBuildInputs = [
@ -94,5 +94,7 @@ buildPythonPackage rec {
homepage = "https://nervanasystems.github.io/coach/";
license = licenses.asl20;
maintainers = with maintainers; [ timokau ];
# pythonPackages.gym is too new
broken = true; # since 2020-04-20
};
}