lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.caio: fix build on darwin

+5
+5
pkgs/development/python-modules/caio/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , aiomisc 3 4 , buildPythonPackage 4 5 , fetchFromGitHub ··· 26 27 pytest-aiohttp 27 28 pytestCheckHook 28 29 ]; 30 + 31 + env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [ 32 + "-Wno-error=implicit-function-declaration" 33 + ]); 29 34 30 35 pythonImportsCheck = [ 31 36 "caio"