Loading pkgs/by-name/ni/nixos-render-docs/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -38,9 +38,12 @@ python.pkgs.buildPythonApplication rec { src = ./src; }; nativeBuildInputs = with python.pkgs; [ setuptools pytestCheckHook nativeCheckInputs = [ python.pkgs.pytestCheckHook ]; build-system = [ python.pkgs.setuptools ]; propagatedBuildInputs = with python.pkgs; [ Loading Loading
pkgs/by-name/ni/nixos-render-docs/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -38,9 +38,12 @@ python.pkgs.buildPythonApplication rec { src = ./src; }; nativeBuildInputs = with python.pkgs; [ setuptools pytestCheckHook nativeCheckInputs = [ python.pkgs.pytestCheckHook ]; build-system = [ python.pkgs.setuptools ]; propagatedBuildInputs = with python.pkgs; [ Loading