mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Implement --extra-*-inputs
This commit is contained in:
parent
ac0a6f67bc
commit
b36f2108fa
2 changed files with 44 additions and 7 deletions
20
README.md
20
README.md
|
@ -12,7 +12,11 @@ reasonably well.
|
|||
usage: ros2nix [-h]
|
||||
[--output OUTPUT | --output-as-ros-pkg-name | --output-as-nix-pkg-name]
|
||||
[--output-dir OUTPUT_DIR] [--fetch] [--distro DISTRO]
|
||||
[--src-param SRC_PARAM] [--source-root SOURCE_ROOT] [--flake]
|
||||
[--src-param SRC_PARAM] [--source-root SOURCE_ROOT]
|
||||
[--extra-build-inputs DEP1,DEP2,...]
|
||||
[--extra-propagated-build-inputs DEP1,DEP2,...]
|
||||
[--extra-check-inputs DEP1,DEP2,...]
|
||||
[--extra-native-build-inputs DEP1,DEP2,...] [--flake]
|
||||
[--nixfmt] [--copyright-holder COPYRIGHT_HOLDER]
|
||||
[--license LICENSE]
|
||||
source [source ...]
|
||||
|
@ -53,9 +57,21 @@ options:
|
|||
Set sourceRoot attribute value in the generated Nix
|
||||
expression. Substring '{package_name}' gets replaced
|
||||
with the package name. (default: None)
|
||||
--extra-build-inputs DEP1,DEP2,...
|
||||
Additional dependencies to add to the generated Nix
|
||||
expressions (default: [])
|
||||
--extra-propagated-build-inputs DEP1,DEP2,...
|
||||
Additional dependencies to add to the generated Nix
|
||||
expressions (default: [])
|
||||
--extra-check-inputs DEP1,DEP2,...
|
||||
Additional dependencies to add to the generated Nix
|
||||
expressions (default: [])
|
||||
--extra-native-build-inputs DEP1,DEP2,...
|
||||
Additional dependencies to add to the generated Nix
|
||||
expressions (default: [])
|
||||
--flake Generate top-level flake.nix instead of default.nix.
|
||||
Use with --fetch if some package.xml files are outside
|
||||
of the flake repo. (default: False)
|
||||
of the flake repo (default: False)
|
||||
--nixfmt Format the resulting expressions with nixfmt (default:
|
||||
False)
|
||||
--copyright-holder COPYRIGHT_HOLDER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue