Skip to content

Commit

Permalink
kmplayer: add missing X dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Oct 27, 2017
1 parent 0f5eaaf commit 93cc9b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/video/kmplayer/default.nix
@@ -1,6 +1,7 @@
{
mkDerivation, lib, fetchurl,
extra-cmake-modules, makeWrapper,
libpthreadstubs, libXdmcp,
qtsvg, qtx11extras, ki18n, kdelibs4support, kio, kmediaplayer, kwidgetsaddons,
phonon, cairo, mplayer
}:
Expand Down Expand Up @@ -29,6 +30,7 @@ mkDerivation rec {
nativeBuildInputs = [ extra-cmake-modules makeWrapper ];

buildInputs = [
libpthreadstubs libXdmcp
qtsvg qtx11extras ki18n kdelibs4support kio kmediaplayer kwidgetsaddons
phonon cairo
];
Expand Down

0 comments on commit 93cc9b9

Please sign in to comment.