python3Packages.wasm: disable

This commit is contained in:
Martin Weinelt 2022-04-01 04:07:01 +02:00
parent 7994e287ea
commit 8e64a0c0d8

View File

@ -1,5 +1,6 @@
{ buildPythonPackage
, fetchPypi
, pythonAtLeast
, lib
}:
@ -7,6 +8,8 @@ buildPythonPackage rec {
pname = "wasm";
version = "1.2";
disabled = pythonAtLeast "3.10"; # project is abandoned, remove we whe move to py310/311
src = fetchPypi {
inherit pname version;
sha256 = "179xcinfc35xgk0bf9y58kwxzymzk7c1p58w6khmqfiqvb91j3r8";