dateutils: enable on darwin

This commit is contained in:
Sebastián Mancilla
2021-11-28 22:16:46 -03:00
parent a261b0baf1
commit 6eb8b52444
+1 -1
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 ];
};
}