nix: xo-ratio build docs

This commit is contained in:
Roland Conybeare 2025-06-12 07:44:18 -05:00
commit b38ebddf8d
2 changed files with 5 additions and 4 deletions

View file

@ -83,8 +83,8 @@ let
xo-reflectutil = self.callPackage pkgs/xo-reflectutil.nix {};
xo-reflect = self.callPackage pkgs/xo-reflect.nix {};
xo-pyreflect = self.callPackage pkgs/xo-pyreflect.nix {};
xo-ratio = self.callPackage pkgs/xo-ratio.nix {};
xo-unit = self.callPackage pkgs/xo-unit.nix {};
xo-ratio = self.callPackage pkgs/xo-ratio.nix { buildDocs = true; };
xo-pyunit = self.callPackage pkgs/xo-pyunit.nix {};
#
xo-callback = self.callPackage pkgs/xo-callback.nix {};

View file

@ -1,13 +1,14 @@
{
# dependencies
stdenv, cmake, #catch2,
doxygen,
lib, stdenv, cmake, #catch2,
python3Packages,
sphinx,
doxygen, sphinx, graphviz,
xo-cmake, xo-flatstring, xo-reflectutil,
buildDocs ? false,
} :
stdenv.mkDerivation (finalattrs: