summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 12:25:44 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:10 -0600
commit8eb4d2afbc1d61d316073f25f5885a46ccb37ea2 (patch)
treeb5582ec31def0927d797f5ec3a1fc76df50a4bd2 /nixos/modules/installer
parentc1ddd2353bbf3085a3b82e12edaee01d27c9e45a (diff)
downloadnixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.gz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.bz2
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.lz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.xz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.zst
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.zip
Remove top-level kde5 attribute
- There is no such thing as KDE 5
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
index c44dff3bb60..b15aef88536 100644
--- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
+++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
@@ -66,7 +66,7 @@ with lib;
   in ''
     mkdir -p /root/Desktop
     ln -sfT ${desktopFile} /root/Desktop/nixos-manual.desktop
-    ln -sfT ${pkgs.kde5.konsole}/share/applications/org.kde.konsole.desktop /root/Desktop/org.kde.konsole.desktop
+    ln -sfT ${pkgs.kdeApplications.konsole}/share/applications/org.kde.konsole.desktop /root/Desktop/org.kde.konsole.desktop
     ln -sfT ${pkgs.gparted}/share/applications/gparted.desktop /root/Desktop/gparted.desktop
   '';