mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #166399 from SuperSandro2000/ntp
This commit is contained in:
commit
c89640e796
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
postPatch = ''
|
||||
sed -i '20i#include <sys/cdefs.h>' src/ntpd.h
|
||||
sed -i '19i#include <sys/cdefs.h>' src/log.c
|
||||
'';
|
||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.openntpd.org/";
|
||||
homepage = "https://www.openntpd.org/";
|
||||
license = licenses.bsd3;
|
||||
description = "OpenBSD NTP daemon (Debian port)";
|
||||
platforms = platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user