From 07e5ea9e33a1c50a70c95e8a817fb85c0f033dcb Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sun, 25 Feb 2024 21:07:23 -0500 Subject: [PATCH] Remove catkin-pip override This package no longer exists in any distro. --- distros/ros1-overlay.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/distros/ros1-overlay.nix b/distros/ros1-overlay.nix index 9e2e78ae9e..8da89d5b26 100644 --- a/distros/ros1-overlay.nix +++ b/distros/ros1-overlay.nix @@ -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 ? [], ... }: {