mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #88610 from Ma27/wireguard-go
wireguard-go: fix executable name
This commit is contained in:
commit
a04104aebc
|
@ -17,6 +17,10 @@ buildGoPackage rec {
|
|||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/wireguard $out/bin/wireguard-go
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Userspace Go implementation of WireGuard";
|
||||
homepage = "https://git.zx2c4.com/wireguard-go/about/";
|
||||
|
|
Loading…
Reference in a new issue