scrcpy: remove unknown override_server_path option
Fixes the build with meson 0.60. The option was removed in https://github.com/Genymobile/scrcpy/commit/eb34098add981aebd0c9aaed89ea9fa04d9ce798
This commit is contained in:
@@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
|
||||
echo -n > server/meson.build
|
||||
'';
|
||||
|
||||
mesonFlags = [ "-Doverride_server_path=${prebuilt_server}" ];
|
||||
postInstall = ''
|
||||
mkdir -p "$out/share/scrcpy"
|
||||
ln -s "${prebuilt_server}" "$out/share/scrcpy/scrcpy-server"
|
||||
|
||||
Reference in New Issue
Block a user