Unverified Commit df61adab authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

[Backport release-25.05] cloudflare-warp: wrap warp-cli to fix browser opening (#408323)

parents 13c942f4 a55b8b1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ stdenv.mkDerivation rec {

  postInstall = ''
    wrapProgram $out/bin/warp-svc --prefix PATH : ${lib.makeBinPath [ nftables ]}
    wrapProgram $out/bin/warp-cli --prefix PATH : ${lib.makeBinPath [ desktop-file-utils ]}
  '';

  doInstallCheck = true;