Merge pull request #201299 from mweinelt/pymemcache-i686-linux

This commit is contained in:
Martin Weinelt 2022-11-15 10:24:20 +01:00 committed by GitHub
commit ef3b1b51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, pytestCheckHook
, pythonOlder
, zstd
, stdenv
}:
buildPythonPackage rec {
@ -52,5 +53,6 @@ buildPythonPackage rec {
homepage = "https://pymemcache.readthedocs.io/";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
broken = stdenv.is32bit;
};
}