first generated, rbs-assets-library - broken
This commit is contained in:
parent
a0468c98ea
commit
35c390d6b7
39 changed files with 1002 additions and 19 deletions
22
repos/nix/scenario.nix
Normal file
22
repos/nix/scenario.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Automatically generated by: ros2nix --distro jazzy --output-dir generated --output-as-nix-pkg-name --fetch
|
||||
{ lib, buildRosPackage, fetchgit, ament-cmake, gz-math-vendor, gz-msgs-vendor, gz-sim-vendor, gz-transport-vendor }:
|
||||
buildRosPackage rec {
|
||||
pname = "ros-jazzy-scenario";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://seed.solid-sinusoid.com/z3RBwHLb4j66Q12dwkK1RGQj3ufhi.git";
|
||||
rev = "cb8227d85455d32fd6df4f931b4ce031c3063007";
|
||||
sha256 = "05110l7l533crkk632mvsz5li5ws3pvh8s2l5j11qsi6qfsx291d";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
propagatedBuildInputs = [ gz-math-vendor gz-msgs-vendor gz-sim-vendor gz-transport-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = "TODO: Package description";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue