Merge pull request #30784 from zraexy/kmplayer
kmplayer: fix desktop file exec
This commit is contained in:
commit
a47c892bf5
@ -21,6 +21,11 @@ mkDerivation rec {
|
|||||||
./no-docs.patch # Don't build docs due to errors (kdelibs4support propagates kdoctools)
|
./no-docs.patch # Don't build docs due to errors (kdelibs4support propagates kdoctools)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i src/kmplayer.desktop \
|
||||||
|
-e "s,^Exec.*,Exec=$out/bin/kmplayer -qwindowtitle %c %i %U,"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user