libuv: enable on windows (#171818)

This commit is contained in:
Rasmus Rendal
2022-05-06 18:30:41 -05:00
committed by GitHub
parent 4c4133e86d
commit 5dde16145c
+1 -1
View File
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
homepage = "https://libuv.org/";
changelog = "https://github.com/libuv/libuv/blob/v${version}/ChangeLog";
maintainers = with maintainers; [ cstrahan ];
platforms = with platforms; linux ++ darwin;
platforms = platforms.all;
license = with licenses; [ mit isc bsd2 bsd3 cc-by-40 ];
};