Loading pkgs/development/python-modules/pystemd/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytest, mock, pkg-config, cython, }: buildPythonPackage rec { Loading @@ -19,9 +20,17 @@ buildPythonPackage rec { hash = "sha256-Tc+ksTpVaFxJ09F8EGMeyhjDN3D2Yxb47yM3uJUcwUQ="; }; postPatch = '' # remove cythonized sources, build them anew to support more python version rm pystemd/*.c ''; buildInputs = [ systemd ]; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config cython ]; propagatedBuildInputs = [ lxml Loading Loading
pkgs/development/python-modules/pystemd/default.nix +10 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytest, mock, pkg-config, cython, }: buildPythonPackage rec { Loading @@ -19,9 +20,17 @@ buildPythonPackage rec { hash = "sha256-Tc+ksTpVaFxJ09F8EGMeyhjDN3D2Yxb47yM3uJUcwUQ="; }; postPatch = '' # remove cythonized sources, build them anew to support more python version rm pystemd/*.c ''; buildInputs = [ systemd ]; nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config cython ]; propagatedBuildInputs = [ lxml Loading