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