summary refs log tree commit diff
diff options
context:
space:
mode:
authorefim <efim.wool@gmail.com>2021-08-13 13:54:09 +0300
committerefim <efim.wool@gmail.com>2021-08-13 13:54:09 +0300
commit4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce (patch)
tree088cd94893bdee6a65abd3e6114b890e3fc1de5e
parentb94a45a8d610d542058ac155a441fcc02cbf73e0 (diff)
downloadnixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar.gz
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar.bz2
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar.lz
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar.xz
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.tar.zst
nixpkgs-4c205b2e8b1bbcb6c67139ee2dd2a55afb8affce.zip
wireguard: meta update
-rw-r--r--pkgs/os-specific/linux/wireguard/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/wireguard/default.nix b/pkgs/os-specific/linux/wireguard/default.nix
index e183b4ac5d4..32389d27369 100644
--- a/pkgs/os-specific/linux/wireguard/default.nix
+++ b/pkgs/os-specific/linux/wireguard/default.nix
@@ -36,6 +36,10 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     inherit (wireguard-tools.meta) homepage license maintainers;
     description = "Kernel module for the WireGuard secure network tunnel";
+    longDescription = ''
+      Backport of WireGuard for kernels 3.10 to 5.5, as an out of tree module.
+      (as WireGuard was merged into the Linux kernel for 5.6)
+    '';
     downloadPage = "https://git.zx2c4.com/wireguard-linux-compat/refs/";
     platforms = platforms.linux;
   };