9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = finalAttrs.version;
17 hash = "sha256-TNuUoL9r1s+kGE4tCOGFGTDv1sLaHJDUKa6c9x41Z7w=";
30 (lib.cmakeBool "BUILD_SOPHUS_TESTS" false)
31 (lib.cmakeBool "BUILD_SOPHUS_EXAMPLES" false)
35 description = "C++ implementation of Lie Groups using Eigen";
36 homepage = "https://github.com/strasdat/Sophus";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ locochoco acowley ];
39 platforms = lib.platforms.all;