python2Packages.cupy: disable for python2
This commit is contained in:
parent
005f545f46
commit
e06a9d63bc
@ -7,6 +7,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "cupy";
|
||||
version = "8.1.0";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user