summary refs log tree commit diff
path: root/pkgs/applications/kde/kdenetwork-filesharing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kdenetwork-filesharing.nix')
-rw-r--r--pkgs/applications/kde/kdenetwork-filesharing.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdenetwork-filesharing.nix b/pkgs/applications/kde/kdenetwork-filesharing.nix
index 62176f3f3bbd..d251eb74f274 100644
--- a/pkgs/applications/kde/kdenetwork-filesharing.nix
+++ b/pkgs/applications/kde/kdenetwork-filesharing.nix
@@ -11,5 +11,5 @@ mkDerivation {
     maintainers = [ lib.maintainers.ttuegel ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  propagatedBuildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
+  buildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
 }