mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 09:52:22 +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 {
|
||||
propagatedBuildInputs = [ setupHook ] ++ propagatedBuildInputs;
|
||||
nativeBuildInputs = [ setupHook ] ++ nativeBuildInputs;
|
||||
outputs = [ "out" "dev" ];
|
||||
});
|
||||
|
||||
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}";
|
||||
pythonIncludeDir = "${python}/include/${python.libPrefix}";
|
||||
setupHook = ./python-cmake-module-setup-hook.sh;
|
||||
outputs = [ "out" "dev" ];
|
||||
});
|
||||
|
||||
rcutils = rosSuper.rcutils.overrideAttrs ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue