mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
chrony: fails to build on darwin
This commit is contained in:
parent
1ee786fc3d
commit
0b038724c5
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://chrony.tuxfamily.org/;
|
||||
repository.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
||||
maintainers = [ maintainers.rickynils ];
|
||||
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue