lol

deepin.dde-launcher: fix build with new dtk

authored by

rewine and committed by
rewine
642f20ca 6d6d1770

+3
+3
pkgs/desktops/deepin/core/dde-launcher/default.nix
··· 28 28 }; 29 29 30 30 postPatch = '' 31 + #fix build with new dtk(https://github.com/linuxdeepin/dde-launcher/pull/369) 32 + substituteInPlace src/windowedframe.h \ 33 + --replace "#include <dregionmonitor.h>" " " 31 34 substituteInPlace src/boxframe/{backgroundmanager.cpp,boxframe.cpp} \ 32 35 --replace "/usr/share/backgrounds" "/run/current-system/sw/share/backgrounds" 33 36 substituteInPlace dde-launcher.desktop dde-launcher-wapper src/dbusservices/com.deepin.dde.Launcher.service \