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
27
-e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U,"
28
28
'';
29
29
30
30
+
# required for kf5auth to work correctly
31
31
+
cmakeFlags = ["-DCMAKE_POLICY_DEFAULT_CMP0012=NEW"];
32
32
+
30
33
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];
31
34
32
35
buildInputs = [