Commit ca79b459 authored by Taylor Howard's avatar Taylor Howard
Browse files

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: default avatarClaude Opus 4.7 <noreply@anthropic.com>
parent 10b307a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "sdformat";
  pname = "sdformatlinux";
  version = "0.2.0";

  __structuredAttrs = true;