about summary refs log tree commit diff
path: root/pkgs/applications/kde/k3b.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-22 08:29:48 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:52:47 -0500
commit4fd2820dcd020525c5968e67b8820bc35f735dd8 (patch)
tree430224bdb299afecd8b5eb1ebb422cbfed9fdada /pkgs/applications/kde/k3b.nix
parent5f3732f81567613e5f3853dee7f0bc9badd2efc6 (diff)
k3b: fixup inputs
Diffstat (limited to 'pkgs/applications/kde/k3b.nix')
-rw-r--r--pkgs/applications/kde/k3b.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/k3b.nix b/pkgs/applications/kde/k3b.nix
index cfe7327ac72a1..c70c3ea877b97 100644
--- a/pkgs/applications/kde/k3b.nix
+++ b/pkgs/applications/kde/k3b.nix
@@ -15,7 +15,7 @@ mkDerivation {
     maintainers = with maintainers; [ sander phreedom ];
     platforms = platforms.linux;
   };
-  nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
+  nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper shared_mime_info ];
   propagatedBuildInputs = [
     # qt
     qtwebkit