kmplayer: fix cmake configuration

This commit is contained in:
K900 2022-11-15 10:28:07 +03:00
parent e3cf544087
commit 360080de17

View file

@ -27,6 +27,9 @@ mkDerivation rec {
-e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U,"
'';
# required for kf5auth to work correctly
cmakeFlags = ["-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"];
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];
buildInputs = [