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

authored by Martin Weinelt and committed by GitHub ef3b1b51 faf0051e

+2
+2
pkgs/development/python-modules/pymemcache/default.nix
··· 7 , pytestCheckHook 8 , pythonOlder 9 , zstd 10 }: 11 12 buildPythonPackage rec { ··· 52 homepage = "https://pymemcache.readthedocs.io/"; 53 license = with licenses; [ asl20 ]; 54 maintainers = with maintainers; [ fab ]; 55 }; 56 }
··· 7 , pytestCheckHook 8 , pythonOlder 9 , zstd 10 + , stdenv 11 }: 12 13 buildPythonPackage rec { ··· 53 homepage = "https://pymemcache.readthedocs.io/"; 54 license = with licenses; [ asl20 ]; 55 maintainers = with maintainers; [ fab ]; 56 + broken = stdenv.is32bit; 57 }; 58 }