Remove catkin-pip override

This package no longer exists in any distro.
This commit is contained in:
Ben Wolsieffer 2024-02-25 21:07:23 -05:00
parent a3c7efb5bb
commit 07e5ea9e33

View file

@ -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 ? [], ...
}: {