python.pkgs.roboschool: disable for python2
This has never worked.
This commit is contained in:
parent
446ac90e05
commit
97ec74edc6
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, isPy3k
|
||||
, python
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
@ -23,6 +24,9 @@ buildPythonPackage rec {
|
||||
sha256 = "1s7rp5bbiglnrfm33wf7x7kqj0ks3b21bqyz18c5g6vx39rxbrmh";
|
||||
};
|
||||
|
||||
# fails to find boost_python for some reason
|
||||
disabled = !isPy3k;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gym
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user