3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #147794 from smancill/dateutils-darwin

dateutils: enable on darwin
This commit is contained in:
Bobby Rong 2021-11-29 21:59:08 +08:00 committed by GitHub
commit bcc975b98e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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