about 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.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 20f81563c3b4..62176f3f3bbd 100644
--- a/pkgs/applications/kde/kdenetwork-filesharing.nix
+++ b/pkgs/applications/kde/kdenetwork-filesharing.nix
@@ -1,10 +1,10 @@
 {
-  kdeApp, lib,
+  mkDerivation, lib,
   extra-cmake-modules, kdoctools,
   kcoreaddons, ki18n, kio, kwidgetsaddons, samba
 }:
 
-kdeApp {
+mkDerivation {
   name = "kdenetwork-filesharing";
   meta = {
     license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];