Unverified Commit b8ba0d99 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

orocos-kdl: nit, move a comment to a better place

parent 27f8b563
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,9 +14,8 @@ stdenv.mkDerivation rec {
    owner = "orocos";
    repo = "orocos_kinematics_dynamics";
    tag = "${version}";
    # Needed to build Python bindings
    hash = "sha256-4pPU+6uMMYLGq2V46wmg6lHFVhwFXrEg7PfnWGAI2is=";
    fetchSubmodules = true;
    fetchSubmodules = true; # Needed to build Python bindings
  };

  sourceRoot = "${src.name}/orocos_kdl";