sdformat: rename to sdformatlinux

Rename the profi200/sdFormatLinux CLI tool (currently packaged as
`sdformat`) to `sdformatlinux` to free the `sdformat` attribute for the
more widely-known gazebosim/sdformat library (SDF parser used by Gazebo
and ROS).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Taylor Howard
2026-04-17 21:43:05 +10:00
parent 10b307a37e
commit ca79b45947
2 changed files with 1 additions and 1 deletions
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sdformat";
pname = "sdformatlinux";
version = "0.2.0";
__structuredAttrs = true;