python3.pkgs.rl-coach: mark as broken

This commit is contained in:
Jörg Thalheim 2020-05-05 17:49:06 +01:00
parent 694ac1b127
commit 3a901d247c
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

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