Skip to content

Commit d916a67

Browse files
committed
noetic: eigenpy: remove upstreamed patch
1 parent 54f5324 commit d916a67

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

distros/noetic/overrides.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@ self:
33
# Distro package set
44
rosSelf: rosSuper: with rosSelf.lib; {
55
eigenpy = rosSuper.eigenpy.overrideAttrs ({
6-
patches ? [], cmakeFlags ? [], ...
6+
cmakeFlags ? [], ...
77
}: {
8-
# Allow hardcoded Python path to be overridden
9-
patches = patches ++ [ (self.fetchpatch {
10-
url = "https://github.com/ipab-slmc/eigenpy_catkin-release/commit/5cb1b98b598670be41b2e9eefed58da7335ea93d.patch";
11-
sha256 = "1bliaamiajbw36s8jqs5ksj96w0cm26gy1dirr6i7vhk2grksxfx";
12-
}) ];
138
cmakeFlags = cmakeFlags ++ [ "-DPYTHON_EXECUTABLE=${rosSelf.python.interpreter}" ];
149
});
1510

0 commit comments

Comments
 (0)