about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-10-20 09:16:12 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-10-20 09:28:56 -0500
commit0cd1b028174fe250c071c735be231db881fe964f (patch)
tree07d27e89253c7104b1ec0e65c97aebf311b4c264 /pkgs/desktops/plasma-5/default.nix
parentebcccaf7544457a2cce2f08a404d6ccb565b7acd (diff)
downloadnixlib-0cd1b028174fe250c071c735be231db881fe964f.tar
nixlib-0cd1b028174fe250c071c735be231db881fe964f.tar.gz
nixlib-0cd1b028174fe250c071c735be231db881fe964f.tar.bz2
nixlib-0cd1b028174fe250c071c735be231db881fe964f.tar.lz
nixlib-0cd1b028174fe250c071c735be231db881fe964f.tar.xz
nixlib-0cd1b028174fe250c071c735be231db881fe964f.tar.zst
nixlib-0cd1b028174fe250c071c735be231db881fe964f.zip
plasma-5: remove `startkde`
We no longer have a separate `startkde` script; instead we patch the script
which comes with `plasma-workspace`. The primary reason to do this is that we
have not been keeping up with the minor bugfixes that the upstream script
receives. A secondary reason is: now that we support Wayland, we don't really
want to have a separate package for each session script.
Diffstat (limited to 'pkgs/desktops/plasma-5/default.nix')
-rw-r--r--pkgs/desktops/plasma-5/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/default.nix b/pkgs/desktops/plasma-5/default.nix
index a9b3f1781324..a828ba0fe7bc 100644
--- a/pkgs/desktops/plasma-5/default.nix
+++ b/pkgs/desktops/plasma-5/default.nix
@@ -139,7 +139,6 @@ let
       polkit-kde-agent = callPackage ./polkit-kde-agent.nix {};
       powerdevil = callPackage ./powerdevil.nix {};
       sddm-kcm = callPackage ./sddm-kcm.nix {};
-      startkde = callPackage ./startkde {};
       systemsettings = callPackage ./systemsettings.nix {};
     };
 in