about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/oxygen.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-15 11:44:58 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:42:20 -0500
commiteaa644a5af59b1967fb464a61316a1004cb5e888 (patch)
treeba63b91aac4e5a4dc33b18ef256e02a87ad58b86 /pkgs/desktops/plasma-5/oxygen.nix
parent6beea32ab104af7aad43383513682198d2f01430 (diff)
plasma5: rename plasmaPackage to mkDerivation
Diffstat (limited to 'pkgs/desktops/plasma-5/oxygen.nix')
-rw-r--r--pkgs/desktops/plasma-5/oxygen.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/oxygen.nix b/pkgs/desktops/plasma-5/oxygen.nix
index b4ff775264f82..c50fd8b05140f 100644
--- a/pkgs/desktops/plasma-5/oxygen.nix
+++ b/pkgs/desktops/plasma-5/oxygen.nix
@@ -1,12 +1,12 @@
 {
-  plasmaPackage, kdeWrapper,
+  mkDerivation, kdeWrapper,
   extra-cmake-modules,
   frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
   ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtx11extras
 }:
 
 let
-  unwrapped = plasmaPackage {
+  unwrapped = mkDerivation {
     name = "oxygen";
     nativeBuildInputs = [ extra-cmake-modules ];
     propagatedBuildInputs = [