scrcpy: remove unknown override_server_path option

Fixes the build with meson 0.60. The option was removed in
eb34098add
This commit is contained in:
Naïm Favier 2022-01-22 19:05:45 +01:00
parent 915e4a0fd0
commit d251bc57bc
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -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"