mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
htpdate: mark linux only
This commit is contained in:
parent
3030252b1e
commit
2174683e0c
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Utility to fetch time and set the system clock over HTTP";
|
||||
homepage = http://www.vervest.org/htp/;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue