Loading pkgs/development/python-modules/brotlicffi/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ fetchFromGitHub, buildPythonPackage, cffi, isPyPy, # overridden as pkgs.brotli brotli, setuptools, pycparser, pytestCheckHook, hypothesis, }: Loading @@ -28,7 +30,7 @@ buildPythonPackage rec { propagatedNativeBuildInputs = [ cffi ]; dependencies = [ cffi ]; dependencies = [ cffi ] ++ lib.optional isPyPy pycparser; preBuild = '' export USE_SHARED_BROTLI=1 Loading Loading
pkgs/development/python-modules/brotlicffi/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -3,9 +3,11 @@ fetchFromGitHub, buildPythonPackage, cffi, isPyPy, # overridden as pkgs.brotli brotli, setuptools, pycparser, pytestCheckHook, hypothesis, }: Loading @@ -28,7 +30,7 @@ buildPythonPackage rec { propagatedNativeBuildInputs = [ cffi ]; dependencies = [ cffi ]; dependencies = [ cffi ] ++ lib.optional isPyPy pycparser; preBuild = '' export USE_SHARED_BROTLI=1 Loading