Loading pkgs/by-name/sc/scap-security-guide/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = with python3Packages; [ setuptools sphinx sphinxcontrib-jinjadomain sphinx-rtd-theme Loading pkgs/development/python-modules/yangson/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -5,32 +5,26 @@ poetry-core, elementpath, pyyaml, setuptools, pytestCheckHook, }: buildPythonPackage rec { pname = "yangson"; version = "1.5.6"; version = "1.6.2"; pyproject = true; src = fetchFromGitHub { owner = "CZ-NIC"; repo = "yangson"; tag = version; hash = "sha256-/9MxCkcPGRNZkuwAAvlr7gtGcyxXtliski7bNtFhVBE="; hash = "sha256-gGunbQVRV9cFRnwGDIaGi/NM75rtw5vYVz2PiPiZlQo="; }; build-system = [ poetry-core ]; pythonRelaxDeps = [ "setuptools" ]; dependencies = [ elementpath pyyaml setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/by-name/sc/scap-security-guide/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = with python3Packages; [ setuptools sphinx sphinxcontrib-jinjadomain sphinx-rtd-theme Loading
pkgs/development/python-modules/yangson/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -5,32 +5,26 @@ poetry-core, elementpath, pyyaml, setuptools, pytestCheckHook, }: buildPythonPackage rec { pname = "yangson"; version = "1.5.6"; version = "1.6.2"; pyproject = true; src = fetchFromGitHub { owner = "CZ-NIC"; repo = "yangson"; tag = version; hash = "sha256-/9MxCkcPGRNZkuwAAvlr7gtGcyxXtliski7bNtFhVBE="; hash = "sha256-gGunbQVRV9cFRnwGDIaGi/NM75rtw5vYVz2PiPiZlQo="; }; build-system = [ poetry-core ]; pythonRelaxDeps = [ "setuptools" ]; dependencies = [ elementpath pyyaml setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; Loading