路辉 writes: Hello, > From 3adf47b102b0ddcbdee264e6b7f9a1371482adae Mon Sep 17 00:00:00 2001 > [...] > + `(#:tests? #f > + #:phases (modify-phases %standard-phases > + (add-after 'unpack 'disable-server-build > + ;; because server build need android ndk > + ;; you can use SCRCPY_SERVER_PATH to instead default server binary > + (lambda _ > + (truncate-file "server/meson.build" 0)))))) I think without 'scrcpy-server' this package won't be useful. Require user to download or compile it via android ndk seems awkward. Hope we can find a way to package it properly...