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:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user