tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kmplayer: fix cmake configuration
K900
3 years ago
360080de
e3cf5440
+3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
kmplayer
default.nix
+3
pkgs/applications/video/kmplayer/default.nix
···
27
-e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U,"
28
'';
29
0
0
0
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 = [