summary refs log tree commit diff
path: root/pkgs/applications/kde/kdenetwork-filesharing.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-31 10:16:38 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-02-04 14:52:00 -0600
commit828b91c55524817e1b7c12b0430145f49e1155c1 (patch)
tree7fbcd6ad5a3720383e3ec5cdb774b23df7bb6aef /pkgs/applications/kde/kdenetwork-filesharing.nix
parentab5e65bbe3f18e99a6a1780a48bd0b4385f65a9e (diff)
downloadnixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar.gz
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar.bz2
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar.lz
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar.xz
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.tar.zst
nixpkgs-828b91c55524817e1b7c12b0430145f49e1155c1.zip
kdenetwork-filesharing: add kdeclarative input
Diffstat (limited to 'pkgs/applications/kde/kdenetwork-filesharing.nix')
-rw-r--r--pkgs/applications/kde/kdenetwork-filesharing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kdenetwork-filesharing.nix b/pkgs/applications/kde/kdenetwork-filesharing.nix
index 94656b02671..153ead6ac4b 100644
--- a/pkgs/applications/kde/kdenetwork-filesharing.nix
+++ b/pkgs/applications/kde/kdenetwork-filesharing.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation, lib,
   extra-cmake-modules, kdoctools,
-  kcoreaddons, ki18n, kio, kwidgetsaddons, samba
+  kcoreaddons, kdeclarative, ki18n, kio, kwidgetsaddons, samba
 }:
 
 mkDerivation {
@@ -11,5 +11,5 @@ mkDerivation {
     maintainers = [ lib.maintainers.ttuegel ];
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
-  buildInputs = [ kcoreaddons ki18n kio kwidgetsaddons samba ];
+  buildInputs = [ kcoreaddons kdeclarative ki18n kio kwidgetsaddons samba ];
 }