From fd3efff8dcbfb218e5c017d329fdabb2dccbce42 Mon Sep 17 00:00:00 2001 From: Christian Bourjau Date: Sun, 15 Jan 2023 17:06:46 +0100 Subject: [PATCH] howard-hinnant-date: Build on unix The howard-hinnant-date library supports unix not only linux. --- pkgs/development/libraries/howard-hinnant-date/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/howard-hinnant-date/default.nix b/pkgs/development/libraries/howard-hinnant-date/default.nix index 6c35126143ec..b69c903adf08 100644 --- a/pkgs/development/libraries/howard-hinnant-date/default.nix +++ b/pkgs/development/libraries/howard-hinnant-date/default.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { license = licenses.mit; description = "A date and time library based on the C++11/14/17 header"; homepage = "https://github.com/HowardHinnant/date"; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ r-burns ]; }; }