mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 10:14:50 +03:00
Merge 20ae88228d
into 4072d6ed51
This commit is contained in:
commit
151aca9c50
1 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
in {
|
in {
|
||||||
propagatedBuildInputs = [ setupHook ] ++ propagatedBuildInputs;
|
propagatedBuildInputs = [ setupHook ] ++ propagatedBuildInputs;
|
||||||
nativeBuildInputs = [ setupHook ] ++ nativeBuildInputs;
|
nativeBuildInputs = [ setupHook ] ++ nativeBuildInputs;
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
});
|
});
|
||||||
|
|
||||||
ament-cmake-vendor-package = rosSuper.ament-cmake-vendor-package.overrideAttrs ({
|
ament-cmake-vendor-package = rosSuper.ament-cmake-vendor-package.overrideAttrs ({
|
||||||
|
@ -203,7 +202,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
pythonLibrary = "${python}/lib/lib${python.libPrefix}${libExt}";
|
pythonLibrary = "${python}/lib/lib${python.libPrefix}${libExt}";
|
||||||
pythonIncludeDir = "${python}/include/${python.libPrefix}";
|
pythonIncludeDir = "${python}/include/${python.libPrefix}";
|
||||||
setupHook = ./python-cmake-module-setup-hook.sh;
|
setupHook = ./python-cmake-module-setup-hook.sh;
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
});
|
});
|
||||||
|
|
||||||
rcutils = rosSuper.rcutils.overrideAttrs ({
|
rcutils = rosSuper.rcutils.overrideAttrs ({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue