eigenpy: clean

This commit is contained in:
Guilhem Saurel 2024-04-16 20:58:36 +02:00
parent be365f9dc9
commit 1863e4a7bc

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
outputs = [ outputs = [
"dev" "dev"
"doc"
"out" "out"
]; ];
@ -54,7 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "Bindings between Numpy and Eigen using Boost.Python"; description = "Bindings between Numpy and Eigen using Boost.Python";
homepage = "https://github.com/stack-of-tasks/eigenpy"; homepage = "https://github.com/stack-of-tasks/eigenpy";
changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${version}"; changelog = "https://github.com/stack-of-tasks/eigenpy/releases/tag/v${finalAttrs.version}";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ maintainers = with maintainers; [
nim65s nim65s