mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 06:00:38 +03:00
9 lines
297 B
Nix
9 lines
297 B
Nix
# Top level package set
|
|
self:
|
|
# Distro package set
|
|
rosSelf: rosSuper: with rosSelf.lib; {
|
|
rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor {
|
|
url = "https://github.com/OGRECave/ogre/archive/v1.10.11.zip";
|
|
sha256 = "0906sk8k2yz47mbcymm5s06knhhywgffvf2lzfnc8rbqhn2sc51d";
|
|
};
|
|
}
|