summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-09-18 09:41:27 +0000
committerAlyssa Ross <hi@alyssa.is>2021-09-18 09:41:27 +0000
commit2a4d13f8da47dd6ee6eb331adaf96127ca37ae75 (patch)
tree03ea7a001e23ba30af6ffe217b839c2697187d36 /pkgs/top-level/qt5-packages.nix
parentd4f282e39317ac50aac58d26034047f33b72b151 (diff)
downloadnixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar.gz
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar.bz2
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar.lz
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar.xz
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.tar.zst
nixpkgs-2a4d13f8da47dd6ee6eb331adaf96127ca37ae75.zip
plasma5Packages.ksysguard: remove if !allowAliases
Usually in Nixpkgs, attributes that are remnants of old packages are
only included when aliases are enabled (which they are by default).
This brings plasma5Packages into line with that, and also makes it
easier to check the whole thing evaluates when working on the package
set.
Diffstat (limited to 'pkgs/top-level/qt5-packages.nix')
-rw-r--r--pkgs/top-level/qt5-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/qt5-packages.nix b/pkgs/top-level/qt5-packages.nix
index b98cbd08306..0c5cb662235 100644
--- a/pkgs/top-level/qt5-packages.nix
+++ b/pkgs/top-level/qt5-packages.nix
@@ -29,7 +29,7 @@ let
     mkPlasma5 = import ../desktops/plasma-5;
     attrs = {
       inherit libsForQt5;
-      inherit (pkgs) lib fetchurl;
+      inherit (pkgs) config lib fetchurl;
       gconf = pkgs.gnome2.GConf;
       inherit (pkgs) gsettings-desktop-schemas;
     };