Package Details: clash-nyanpasu 1.6.1-1

Git Clone URL: https://aur.archlinux.org/clash-nyanpasu.git (read-only, click to copy)
Package Base: clash-nyanpasu
Description: A Clash GUI based on tauri.
Upstream URL: https://github.com/keiko233/clash-nyanpasu
Keywords: clash clash-nyanpasu gui nyanpasu verge
Licenses: GPL-3.0-or-later
Provides: clash-nyanpasu
Submitter: Kimiblock
Maintainer: None
Last Packager: Kimiblock
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-15 15:41 (UTC)
Last Updated: 2024-11-13 13:31 (UTC)

Pinned Comments

Kimiblock commented on 2024-08-30 14:17 (UTC) (edited on 2024-08-30 14:17 (UTC) by Kimiblock)

NVIDIA 用户需要设置 WEBKIT_DISABLE_DMABUF_RENDERER=1 (src)

Latest Comments

Kimiblock commented on 2025-09-01 07:35 (UTC)

Currently unable to build due to the following error:

error[E0366]: `!NotDynMigration` impls cannot be specialized
   --> tauri/src/core/migration/mod.rs:115:1
    |
115 | impl !NotDynMigration for DynMigration<'_> {}
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `dyn Migration<'_> + std::marker::Send + std::marker::Sync` is not a generic parameter
note: use the same sequence of generic lifetime, type and const parameters as the struct definition
   --> /build/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc/src/boxed.rs:231:1
    |
231 | / pub struct Box<
232 | |     T: ?Sized,
233 | |     #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global,
234 | | >(Unique<T>, A);
    | |_^

For more information about this error, try `rustc --explain E0366`.
warning: `clash-nyanpasu` (bin "clash-nyanpasu") generated 3 warnings
error: could not compile `clash-nyanpasu` (bin "clash-nyanpasu") due to 1 previous error; 3 warnings emitted
       Error failed to build app: failed to build app
 ELIFECYCLE  Command failed with exit code 1.

Kimiblock commented on 2024-08-30 14:17 (UTC) (edited on 2024-08-30 14:17 (UTC) by Kimiblock)

NVIDIA 用户需要设置 WEBKIT_DISABLE_DMABUF_RENDERER=1 (src)

olingcat commented on 2024-03-26 09:50 (UTC)

目前看来是 clash-meta 的编译问题,有的包以来了默认不开启的 cgo。

rzhli commented on 2024-03-06 11:06 (UTC) (edited on 2024-03-06 11:09 (UTC) by rzhli)

https://pastebin.com/MDQ5tLqH

Kimiblock commented on 2024-03-05 16:08 (UTC)

首先, 请将完整的日志放在 pastebin 上并提供链接

其次, Nyanpasu 是 rust 程序, 不应有 Go 构建日志

rzhli commented on 2024-03-05 13:47 (UTC)

==> 正在开始 build()...

go: downloading google.golang.org/protobuf v1.32.0

go: downloading github.com/metacubex/gvisor v0.0.0-20231209122014-3e43224c7bbc

go: downloading github.com/tklauser/go-sysconf v0.3.12

go: downloading github.com/tklauser/numcpus v0.6.1

-linkmode requires external (cgo) linking, but cgo is not enabled