mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 03:04:49 +03:00
map-viewer: replace pkgconfig with pkg-config
This commit is contained in:
parent
06bca349c0
commit
59a8f59666
2 changed files with 6 additions and 6 deletions
|
@ -124,12 +124,6 @@ let
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
map-server = rosSuper.map-server.overrideAttrs ({
|
|
||||||
nativeBuildInputs ? [], ...
|
|
||||||
}: {
|
|
||||||
nativeBuildInputs = nativeBuildInputs ++ [ self.pkgconfig ];
|
|
||||||
});
|
|
||||||
|
|
||||||
mapviz = rosSuper.mapviz.overrideAttrs ({
|
mapviz = rosSuper.mapviz.overrideAttrs ({
|
||||||
nativeBuildInputs ? [],
|
nativeBuildInputs ? [],
|
||||||
postFixup ? "", ...
|
postFixup ? "", ...
|
||||||
|
|
|
@ -45,5 +45,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
|
||||||
sha256 = "0nryr4hg3lha1aaz35wbqr42lb6l8alfcy6slj2yn2dgb5syrmn2";
|
sha256 = "0nryr4hg3lha1aaz35wbqr42lb6l8alfcy6slj2yn2dgb5syrmn2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
map-server = rosSuper.map-server.overrideAttrs ({
|
||||||
|
nativeBuildInputs ? [], ...
|
||||||
|
}: {
|
||||||
|
nativeBuildInputs = nativeBuildInputs ++ [ self.pkg-config ];
|
||||||
|
});
|
||||||
|
|
||||||
roscpp = patchBoostSignals rosSuper.roscpp;
|
roscpp = patchBoostSignals rosSuper.roscpp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue