pps-tools: init at 1.0.2, enable for chrony, gpsd, ntp (#42889)
This commit is contained in:
committed by
Orivej Desh (NixOS)
parent
45f8c2ac29
commit
91575dd285
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libcap, readline, texinfo, nss, nspr
|
||||
, libseccomp }:
|
||||
, libseccomp, pps-tools }:
|
||||
|
||||
assert stdenv.isLinux -> libcap != null;
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ readline texinfo nss nspr ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp ];
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
Reference in New Issue
Block a user