mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
kmplayer: fix desktop file exec
This commit is contained in:
parent
4068703502
commit
9e1ef99fc2
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ mkDerivation rec {
|
|||
./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 ];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue