From 5dea877368227d818cccab3a1380322a2ba83aa0 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 25 Dec 2017 04:45:05 -0500 Subject: kmime, colord-kde: ki18n should be *run*-time dependency It is gettext-based, but is a library for run time, relying on the normal gettext tools at build time. --- pkgs/applications/kde/kmime.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/kde') diff --git a/pkgs/applications/kde/kmime.nix b/pkgs/applications/kde/kmime.nix index b18a3f7fdc1e..4523a69fc1be 100644 --- a/pkgs/applications/kde/kmime.nix +++ b/pkgs/applications/kde/kmime.nix @@ -10,7 +10,7 @@ mkDerivation { license = [ lib.licenses.lgpl21 ]; maintainers = kdepimTeam; }; - nativeBuildInputs = [ extra-cmake-modules ki18n ]; - buildInputs = [ kcodecs qtbase ]; + nativeBuildInputs = [ extra-cmake-modules ]; + buildInputs = [ kcodecs ki18n qtbase ]; outputs = [ "out" "dev" ]; } -- cgit 1.4.1