Merge pull request #210946 from cbourjau/howard-hinnant-date-platforms-unix

howard-hinnant-date: Build on unix
This commit is contained in:
Ryan Burns 2023-01-15 11:51:42 -08:00 committed by GitHub
commit 85f8b6c30e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}