summary refs log tree commit diff
path: root/pkgs/applications/kde/spectacle.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/spectacle.nix
parent7b6f8dc77f7ba2cc28bdff390f5922befefa8b48 (diff)
downloadnixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar.gz
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar.bz2
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar.lz
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar.xz
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.tar.zst
nixpkgs-6beea32ab104af7aad43383513682198d2f01430.zip
kdeApplications: rename kdeApp to mkDerivation
Diffstat (limited to 'pkgs/applications/kde/spectacle.nix')
-rw-r--r--pkgs/applications/kde/spectacle.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/spectacle.nix b/pkgs/applications/kde/spectacle.nix
index 30abfc23e83..a0c5ef58c9b 100644
--- a/pkgs/applications/kde/spectacle.nix
+++ b/pkgs/applications/kde/spectacle.nix
@@ -1,5 +1,5 @@
 {
-  kdeApp, lib, kdeWrapper,
+  mkDerivation, lib, kdeWrapper,
   extra-cmake-modules, kdoctools,
   kconfig, kcoreaddons, kdbusaddons, kdeclarative, ki18n, kio, kipi-plugins,
   knotifications, kscreen, kwidgetsaddons, kwindowsystem, kxmlgui, libkipi,
@@ -8,7 +8,7 @@
 
 let
   unwrapped =
-    kdeApp {
+    mkDerivation {
       name = "spectacle";
       meta = with lib; { maintainers = with maintainers; [ ttuegel ]; };
       nativeBuildInputs = [ extra-cmake-modules kdoctools ];