We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f5324 commit d916a67Copy full SHA for d916a67
distros/noetic/overrides.nix
@@ -3,13 +3,8 @@ self:
3
# Distro package set
4
rosSelf: rosSuper: with rosSelf.lib; {
5
eigenpy = rosSuper.eigenpy.overrideAttrs ({
6
- patches ? [], cmakeFlags ? [], ...
+ cmakeFlags ? [], ...
7
}: {
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
- }) ];
13
cmakeFlags = cmakeFlags ++ [ "-DPYTHON_EXECUTABLE=${rosSelf.python.interpreter}" ];
14
});
15
0 commit comments