hpp-fcl: also available on other platforms than unix

This commit is contained in:
Guilhem Saurel
2024-08-27 00:31:55 +02:00
parent 4caafb45e0
commit 36b4ff0515
-1
View File
@@ -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;
};
})