mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 11:38:39 +03:00
Remove catkin-pip override
This package no longer exists in any distro.
This commit is contained in:
parent
a3c7efb5bb
commit
07e5ea9e33
1 changed files with 0 additions and 14 deletions
|
@ -53,20 +53,6 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
# Packages that depend on catkin-pip still fail because they try to
|
|
||||||
# download from the internet, but it should work outside of Nix builds.
|
|
||||||
catkin-pip = rosSuper.catkin-pip.overrideAttrs ({
|
|
||||||
postPatch ? "", ...
|
|
||||||
}: {
|
|
||||||
postPatch = postPatch + ''
|
|
||||||
patchShebangs cmake
|
|
||||||
substituteInPlace cmake/scripts/path_prepend.sh \
|
|
||||||
--replace /bin/sed "${self.gnused}/bin/sed"
|
|
||||||
substituteInPlace cmake/catkin-pip-prefix.cmake.in \
|
|
||||||
--replace NO_SYSTEM_ENVIRONMENT_PATH ""
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
costmap-converter = rosSuper.costmap-converter.overrideAttrs ({
|
costmap-converter = rosSuper.costmap-converter.overrideAttrs ({
|
||||||
patches ? [], ...
|
patches ? [], ...
|
||||||
}: {
|
}: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue