summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/plasma-5/oxygen.nix
diff options
context:
space:
mode:
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 b4ff775264f8..c50fd8b05140 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 = [