Skip to content

Commit

Permalink
Remove catkin-pip override
Browse files Browse the repository at this point in the history
This package no longer exists in any distro.
  • Loading branch information
lopsided98 committed Feb 26, 2024
1 parent a3c7efb commit 07e5ea9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions distros/ros1-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ({
patches ? [], ...
}: {
Expand Down

0 comments on commit 07e5ea9

Please sign in to comment.