mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #210946 from cbourjau/howard-hinnant-date-platforms-unix
howard-hinnant-date: Build on unix
This commit is contained in:
commit
85f8b6c30e
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user