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
@@ -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;
};
}