dateutils: enable on darwin

main
Sebastián Mancilla 3 years ago
parent a261b0baf1
commit 6eb8b52444
  1. 2
      pkgs/tools/misc/dateutils/default.nix

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

Loading…
Cancel
Save