summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde/filelight.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-02 10:49:52 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:42:20 -0500
commit6beea32ab104af7aad43383513682198d2f01430 (patch)
tree2dae9e93dd9cbc26415cb6ecebc187c23fff3558 /pkgs/applications/kde/filelight.nix
parent7b6f8dc77f7ba2cc28bdff390f5922befefa8b48 (diff)
kdeApplications: rename kdeApp to mkDerivation
Diffstat (limited to 'pkgs/applications/kde/filelight.nix')
-rw-r--r--pkgs/applications/kde/filelight.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/filelight.nix b/pkgs/applications/kde/filelight.nix
index 71ab51320ab1..c09b5f5106ab 100644
--- a/pkgs/applications/kde/filelight.nix
+++ b/pkgs/applications/kde/filelight.nix
@@ -1,12 +1,12 @@
{
- kdeApp, lib, kdeWrapper,
+ mkDerivation, lib, kdeWrapper,
extra-cmake-modules, kdoctools,
kio, kparts, kxmlgui, qtscript, solid
}:
let
unwrapped =
- kdeApp {
+ mkDerivation {
name = "filelight";
meta = {
license = with lib.licenses; [ gpl2 ];