Skip to content

Commit

Permalink
python3.pkgs.pynacl: build offline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bogatov authored and Yt committed Mar 5, 2023
1 parent 976e1e4 commit 9b8a0e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/pynacl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, sphinxHook
, pythonOlder
, libsodium
, cffi
Expand All @@ -12,6 +13,7 @@
buildPythonPackage rec {
pname = "pynacl";
version = "1.5.0";
outputs = [ "out" "doc" ];
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -22,6 +24,10 @@ buildPythonPackage rec {
sha256 = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba";
};

nativeBuildInputs = [
sphinxHook
];

buildInputs = [
libsodium
];
Expand Down

0 comments on commit 9b8a0e5

Please sign in to comment.