dateutils: enable on darwin

This commit is contained in:
Sebastián Mancilla 2021-11-28 21:35:58 -03:00
parent a261b0baf1
commit 6eb8b52444

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
description = "A bunch of tools that revolve around fiddling with dates and times in the command line";
homepage = "http://www.fresse.org/dateutils/";
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.paperdigits ];
};
}