Commit 36b4ff05 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

hpp-fcl: also available on other platforms than unix

parent 4caafb45
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,6 +77,5 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/humanoid-path-planner/hpp-fcl";
    license = licenses.bsd3;
    maintainers = with maintainers; [ nim65s ];
    platforms = platforms.unix;
  };
})