hpp-fcl: format
This commit is contained in:
parent
5edda6c9d0
commit
92f4e6f3c3
@ -28,10 +28,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs =
|
||||
[
|
||||
cmake
|
||||
doxygen
|
||||
] ++ lib.optionals pythonSupport [
|
||||
]
|
||||
++ lib.optionals pythonSupport [
|
||||
python3Packages.numpy
|
||||
python3Packages.pythonImportsCheckHook
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user