kmplayer: fix cmake configuration

K900 360080de e3cf5440

+3
+3
pkgs/applications/video/kmplayer/default.nix
··· 27 -e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U," 28 ''; 29 30 nativeBuildInputs = [ extra-cmake-modules makeWrapper ]; 31 32 buildInputs = [
··· 27 -e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U," 28 ''; 29 30 + # required for kf5auth to work correctly 31 + cmakeFlags = ["-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"]; 32 + 33 nativeBuildInputs = [ extra-cmake-modules makeWrapper ]; 34 35 buildInputs = [