about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-14 00:02:44 +0000
committerGitHub <noreply@github.com>2023-12-14 00:02:44 +0000
commitbae9ba4ab092f287ac65d3060b110c35531bd2ec (patch)
tree343f87cf865e5a79f3a3f4bc670ba23276862f6d /pkgs/development/interpreters
parent16ccd41a11a543ea69c79d79db2275a4c8951557 (diff)
parent27005774db60ed3a9267918827f607d0e0b0c5cd (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/wamr/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/wamr/default.nix b/pkgs/development/interpreters/wamr/default.nix
index 9396f3361afae..f7761d5037f9d 100644
--- a/pkgs/development/interpreters/wamr/default.nix
+++ b/pkgs/development/interpreters/wamr/default.nix
@@ -31,8 +31,6 @@ stdenv.mkDerivation (finalAttrs: {
     license = licenses.asl20;
     mainProgram = "iwasm";
     maintainers = with maintainers; [ ereslibre ];
-    # TODO (ereslibre): this derivation should be improved to support
-    # more platforms.
-    broken = !stdenv.isLinux;
+    platforms = platforms.unix;
   };
 })