mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
wireguard-go: enable installCheck
This commit is contained in:
parent
4c205b2e8b
commit
91acba7324
@ -19,6 +19,8 @@ buildGoPackage rec {
|
||||
mv $out/bin/wireguard $out/bin/wireguard-go
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Userspace Go implementation of WireGuard";
|
||||
homepage = "https://git.zx2c4.com/wireguard-go/about/";
|
||||
|
Loading…
Reference in New Issue
Block a user