summary refs log tree commit diff
path: root/pkgs/applications/kde/konsole.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-21 08:51:31 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:10 -0500
commitfd630ab1cc66a0e6dc5d3a4e6bb23a763517044f (patch)
treeed1ff1d1c3c198322106625f2cd2e7522ec63e1c /pkgs/applications/kde/konsole.nix
parent93478529d0a9de4e0c23d796e6278e15203f15b7 (diff)
downloadnixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar.gz
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar.bz2
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar.lz
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar.xz
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.tar.zst
nixpkgs-fd630ab1cc66a0e6dc5d3a4e6bb23a763517044f.zip
konsole: fixup inputs and outputs
Diffstat (limited to 'pkgs/applications/kde/konsole.nix')
-rw-r--r--pkgs/applications/kde/konsole.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/kde/konsole.nix b/pkgs/applications/kde/konsole.nix
index d2d60adda2c..5269941fa11 100644
--- a/pkgs/applications/kde/konsole.nix
+++ b/pkgs/applications/kde/konsole.nix
@@ -14,10 +14,9 @@ mkDerivation {
     maintainers = [ lib.maintainers.ttuegel ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [ ki18n ];
-  propagatedBuildInputs = [
+  buildInputs = [
     kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons kdelibs4support
-    kguiaddons kiconthemes kinit kio knotifications knotifyconfig kparts kpty
+    kguiaddons ki18n kiconthemes kinit kio knotifications knotifyconfig kparts kpty
     kservice ktextwidgets kwidgetsaddons kwindowsystem kxmlgui qtscript
   ];
   propagatedUserEnvPkgs = [ (lib.getBin kinit) ];