From 36b4ff0515f93e15cff9a85bdd55fdefe7837b10 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Mon, 26 Aug 2024 22:31:29 +0200 Subject: [PATCH] hpp-fcl: also available on other platforms than unix --- pkgs/by-name/hp/hpp-fcl/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/hp/hpp-fcl/package.nix b/pkgs/by-name/hp/hpp-fcl/package.nix index 55e0b469b36e..3b260503260e 100644 --- a/pkgs/by-name/hp/hpp-fcl/package.nix +++ b/pkgs/by-name/hp/hpp-fcl/package.nix @@ -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; }; })