mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:28:21 +00:00
Merge pull request #86962 from Mic92/rl-coach
python3.pkgs.rl-coach: mark as broken
This commit is contained in:
commit
7ae4bd1f99
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user