mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
kmplayer: fix cmake configuration
This commit is contained in:
parent
e3cf544087
commit
360080de17
@ -27,6 +27,9 @@ mkDerivation rec {
|
|||||||
-e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U,"
|
-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 ];
|
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user