ucode: mark as supported on darwin

This just works on darwin now, and it's required to unbreak uclient on darwin
This commit is contained in:
Olivér Falvai
2025-10-17 19:59:01 +02:00
parent 924ad3375b
commit 28aef08517
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "JavaScript-like language with optional templating";
homepage = "https://github.com/jow-/ucode";
license = licenses.isc;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ mkg20001 ];
};
}