about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-02-10 15:10:16 +0100
committerGitHub <noreply@github.com>2024-02-10 15:10:16 +0100
commit2253eb356824637e3aa49bb399f546336efeaad1 (patch)
tree948fa31217b93357a3fb194c73cb24d01346ee69 /pkgs/applications
parent6f55f021df5201dc00f8d9c4b6b02e0db04b1aea (diff)
parent357a3961ae84adec0261ca1f4e716cad52bdc45b (diff)
downloadnixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar.gz
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar.bz2
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar.lz
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar.xz
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.tar.zst
nixlib-2253eb356824637e3aa49bb399f546336efeaad1.zip
Merge pull request #287567 from a-kenji/waypipe/setmain
waypipe: set `meta.mainProgram`
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/waypipe/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/waypipe/default.nix b/pkgs/applications/networking/remote/waypipe/default.nix
index 85862c56357a..306f31f0628d 100644
--- a/pkgs/applications/networking/remote/waypipe/default.nix
+++ b/pkgs/applications/networking/remote/waypipe/default.nix
@@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
     license = licenses.mit;
     platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];
+    mainProgram = "waypipe";
   };
 }