about summary refs log tree commit diff
path: root/pkgs/applications/video/kmplayer
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 10:11:01 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:08:12 -0500
commit2e0589b4ca8f43dbce3e5af91c6e4375681ebee5 (patch)
treee2b3b4f6ec45ed280d298363f3a40eb2a510f789 /pkgs/applications/video/kmplayer
parentdd264938bc1df93a66f7647d9ace267a241a3da7 (diff)
downloadnixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar.gz
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar.bz2
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar.lz
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar.xz
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.tar.zst
nixlib-2e0589b4ca8f43dbce3e5af91c6e4375681ebee5.zip
kde414: build with kdelibs-4.14.12
Upstream changes to the build system required adjusting many packages'
dependencies. On the Nixpkgs side, we no longer propagate the dependency
on cmake (to reduce closure size), so downstream dependencies had to be
adjusted for most packages that depend on kdelibs.
Diffstat (limited to 'pkgs/applications/video/kmplayer')
-rw-r--r--pkgs/applications/video/kmplayer/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/video/kmplayer/default.nix b/pkgs/applications/video/kmplayer/default.nix
index 8d4a328cc094..2e62cb139e34 100644
--- a/pkgs/applications/video/kmplayer/default.nix
+++ b/pkgs/applications/video/kmplayer/default.nix
@@ -1,4 +1,5 @@
-{ stdenv, fetchurl, cmake, pkgconfig, gettext, makeWrapper
+{ stdenv, fetchurl
+, automoc4, cmake, gettext, makeWrapper, perl, pkgconfig
 , kdelibs, cairo, dbus_glib, mplayer
 }:
 
@@ -11,10 +12,9 @@ stdenv.mkDerivation {
     sha256 = "1yvbkb1hh5y7fqfvixjf2rryzm0fm0fpkx4lmvhi7k7d0v4wpgky";
   };
 
-  buildInputs = [
-    cmake gettext pkgconfig makeWrapper
-    kdelibs cairo dbus_glib
-  ];
+  buildInputs = [ kdelibs cairo dbus_glib ];
+
+  nativeBuildInputs = [ automoc4 cmake gettext makeWrapper perl pkgconfig ];
 
   postInstall = ''
     wrapProgram $out/bin/kmplayer --suffix PATH : ${mplayer}/bin