mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #147794 from smancill/dateutils-darwin
dateutils: enable on darwin
This commit is contained in:
commit
bcc975b98e
@ -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…
Reference in New Issue
Block a user