forked from mirrors/nixpkgs
python3Packages.wasm: disable
This commit is contained in:
parent
7994e287ea
commit
8e64a0c0d8
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue