Merge pull request #83117 from Ninlives/netease-music-fix

netease-cloud-music: do not set QT_AUTO_SCREEN_SCALE_FACTOR
This commit is contained in:
Matthew Bauer 2020-03-22 14:47:12 -04:00 committed by GitHub
commit e7dc153109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,6 @@ in stdenv.mkDerivation rec {
wrapProgram $out/bin/netease-cloud-music \
--prefix LD_LIBRARY_PATH : "${runtimeLibs}" \
--set QT_AUTO_SCREEN_SCALE_FACTOR 1 \
--set QCEF_INSTALL_PATH "${deepin.qcef}/lib/qcef"
'';