howard-hinnant-date: Build on unix

The howard-hinnant-date library supports unix not only linux.
This commit is contained in:
Christian Bourjau
2023-01-15 17:26:51 +01:00
parent cf10d7aef8
commit fd3efff8dc
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
license = licenses.mit;
description = "A date and time library based on the C++11/14/17 <chrono> header";
homepage = "https://github.com/HowardHinnant/date";
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ r-burns ];
};
}