Loading pkgs/by-name/ch/chrony/package.nix +22 −3 Original line number Diff line number Diff line { lib, stdenv, overrideSDK, fetchurl, pkg-config, gnutls, Loading @@ -12,7 +13,17 @@ nixosTests, }: stdenv.mkDerivation rec { let stdenv' = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv { darwinSdkVersion = "11.0"; darwinMinVersion = "10.13"; } else stdenv; in stdenv'.mkDerivation rec { pname = "chrony"; version = "4.5"; Loading Loading @@ -55,7 +66,7 @@ stdenv.mkDerivation rec { patchShebangs test ''; hardeningEnable = [ "pie" ]; hardeningEnable = lib.optionals (!stdenv.hostPlatform.isDarwin) [ "pie" ]; passthru.tests = { inherit (nixosTests) chrony chrony-ptp; Loading @@ -65,7 +76,15 @@ stdenv.mkDerivation rec { description = "Sets your computer's clock from time servers on the Net"; homepage = "https://chrony.tuxfamily.org/"; license = lib.licenses.gpl2Only; platforms = with lib.platforms; linux ++ freebsd ++ openbsd; platforms = with lib.platforms; builtins.concatLists [ linux freebsd netbsd darwin illumos ]; maintainers = with lib.maintainers; [ fpletz thoughtpolice Loading Loading
pkgs/by-name/ch/chrony/package.nix +22 −3 Original line number Diff line number Diff line { lib, stdenv, overrideSDK, fetchurl, pkg-config, gnutls, Loading @@ -12,7 +13,17 @@ nixosTests, }: stdenv.mkDerivation rec { let stdenv' = if stdenv.hostPlatform.isDarwin then overrideSDK stdenv { darwinSdkVersion = "11.0"; darwinMinVersion = "10.13"; } else stdenv; in stdenv'.mkDerivation rec { pname = "chrony"; version = "4.5"; Loading Loading @@ -55,7 +66,7 @@ stdenv.mkDerivation rec { patchShebangs test ''; hardeningEnable = [ "pie" ]; hardeningEnable = lib.optionals (!stdenv.hostPlatform.isDarwin) [ "pie" ]; passthru.tests = { inherit (nixosTests) chrony chrony-ptp; Loading @@ -65,7 +76,15 @@ stdenv.mkDerivation rec { description = "Sets your computer's clock from time servers on the Net"; homepage = "https://chrony.tuxfamily.org/"; license = lib.licenses.gpl2Only; platforms = with lib.platforms; linux ++ freebsd ++ openbsd; platforms = with lib.platforms; builtins.concatLists [ linux freebsd netbsd darwin illumos ]; maintainers = with lib.maintainers; [ fpletz thoughtpolice Loading