10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = finalAttrs.version;
18 hash = "sha256-k5t3kSUrH6B1f60dtqq3Ai4R4D2h+Ld+6Cpljl/AN0w=";
31 (lib.cmakeBool "BUILD_SOPHUS_TESTS" false)
32 (lib.cmakeBool "BUILD_SOPHUS_EXAMPLES" false)
36 description = "C++ implementation of Lie Groups using Eigen";
37 homepage = "https://github.com/strasdat/Sophus";
38 license = lib.licenses.mit;
39 maintainers = with lib.maintainers; [
43 platforms = lib.platforms.all;