mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
gz-transport-vendor: add libsodium to buildInputs
This commit is contained in:
parent
31f07eb092
commit
b7f2cd8bd8
2 changed files with 12 additions and 4 deletions
|
@ -154,10 +154,14 @@ in {
|
|||
'';
|
||||
});
|
||||
|
||||
gz-transport-vendor = lib.patchGzAmentVendorGit rosSuper.gz-transport-vendor {
|
||||
gz-transport-vendor = (lib.patchGzAmentVendorGit rosSuper.gz-transport-vendor {
|
||||
version = "13.4.0";
|
||||
hash = "sha256-2Akd3vKr07IdgoJppvUV1nZlHE4RdQfI2R18ihHTDHk=";
|
||||
};
|
||||
}).overrideAttrs({
|
||||
buildInputs ? [], ...
|
||||
}: {
|
||||
buildInputs = buildInputs ++ [ self.libsodium ];
|
||||
});
|
||||
|
||||
gz-utils-vendor = lib.patchGzAmentVendorGit rosSuper.gz-utils-vendor {
|
||||
version = "2.2.0";
|
||||
|
|
|
@ -154,10 +154,14 @@ in {
|
|||
'';
|
||||
});
|
||||
|
||||
gz-transport-vendor = lib.patchGzAmentVendorGit rosSuper.gz-transport-vendor {
|
||||
gz-transport-vendor = (lib.patchGzAmentVendorGit rosSuper.gz-transport-vendor {
|
||||
version = "14.0.0";
|
||||
hash = "sha256-zoGphy2cpmqJsnyS1LNVm4eGtHCWkAwIblga4RdVj4k=";
|
||||
};
|
||||
}).overrideAttrs({
|
||||
buildInputs ? [], ...
|
||||
}: {
|
||||
buildInputs = buildInputs ++ [ self.libsodium ];
|
||||
});
|
||||
|
||||
gz-utils-vendor = lib.patchGzAmentVendorGit rosSuper.gz-utils-vendor {
|
||||
version = "3.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue