Skip to content

Instantly share code, notes, and snippets.

@coreyoconnor
Created March 14, 2018 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyoconnor/99a59add435ac81c35969db6e385c9b2 to your computer and use it in GitHub Desktop.
Save coreyoconnor/99a59add435ac81c35969db6e385c9b2 to your computer and use it in GitHub Desktop.
diff --git a/pkgs/desktops/plasma-5/systemsettings.nix b/pkgs/desktops/plasma-5/systemsettings.nix
index a6199d9fbef..ee858cb70cc 100644
--- a/pkgs/desktops/plasma-5/systemsettings.nix
+++ b/pkgs/desktops/plasma-5/systemsettings.nix
@@ -1,6 +1,6 @@
{
mkDerivation, extra-cmake-modules, kdoctools,
- kcmutils, kconfig, kdbusaddons, khtml, ki18n, kiconthemes, kio, kitemviews,
+ kcmutils, kconfig, kconfigwidgets, kdbusaddons, khtml, ki18n, kiconthemes, kio, kitemviews,
kservice, kwindowsystem, kxmlgui, qtquickcontrols, qtquickcontrols2,
kactivities, kactivities-stats, kirigami2, kcrash
}:
@@ -12,6 +12,7 @@ mkDerivation {
kcmutils kconfig kdbusaddons khtml ki18n kiconthemes kio kitemviews kservice
kwindowsystem kxmlgui qtquickcontrols qtquickcontrols2
kactivities kactivities-stats kirigami2 kcrash
+ kconfigwidgets
];
outputs = [ "bin" "dev" "out" ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment