Merge pull request #147794 from smancill/dateutils-darwin
dateutils: enable on darwin
This commit is contained in:
commit
bcc975b98e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A bunch of tools that revolve around fiddling with dates and times in the command line";
|
description = "A bunch of tools that revolve around fiddling with dates and times in the command line";
|
||||||
homepage = "http://www.fresse.org/dateutils/";
|
homepage = "http://www.fresse.org/dateutils/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.paperdigits ];
|
maintainers = [ maintainers.paperdigits ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue