1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

rolling: lely-core-libraries: fix build

Set leaveDotGit to allow the build system to fiddle with Git as it feels like.
This commit is contained in:
Ben Wolsieffer 2023-08-05 19:49:43 -04:00
parent 483afb2689
commit d5f6bfe409

View file

@ -52,7 +52,8 @@ rosSelf: rosSuper: with rosSelf.lib; {
url = "https://gitlab.com/lely_industries/lely-core.git";
fetchgitArgs = {
rev = "7824cbb2ac08d091c4fa2fb397669b938de9e3f5";
sha256 = "sha256-L06rL+DiF2+FnYgKBELjes70sywKP8EzdhNq/uOnEp4=";
sha256 = "sha256-Ykmnz/zlEXmkyRO9AHMprML7uKbNer2zu4i9PDHfgxw=";
leaveDotGit = true;
};
};