double-conversion: add windows to supported platforms

This commit is contained in:
Nick Cao
2024-02-20 14:02:06 +01:00
committed by Bjørn Forsman
parent 687d63ca26
commit 70f35f507b
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Binary-decimal and decimal-binary routines for IEEE doubles";
homepage = "https://github.com/google/double-conversion";
license = licenses.bsd3;
platforms = platforms.unix;
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [ abbradar ];
};
}