eiquadprog: build documentation

This commit is contained in:
Guilhem Saurel 2024-09-18 12:14:59 +02:00
parent 641aa81f63
commit 784a937962

View File

@ -1,10 +1,12 @@
{
boost,
cmake,
doxygen,
eigen,
fetchFromGitHub,
jrl-cmakemodules,
lib,
pkg-config,
stdenv,
}:
@ -19,8 +21,15 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-VqRx06sCCZrnB+NWm6Z9OMKzjKQIydGgKQU6fMY7phk=";
};
outputs = [
"out"
"doc"
];
nativeBuildInputs = [
cmake
doxygen
pkg-config
jrl-cmakemodules
];
propagatedBuildInputs = [ eigen ];