all-packages: don't recurse into libsForQt5_openssl_1_1

The two things that care about it are exposed as top level attributes anyway.
This commit is contained in:
K900
2022-10-12 17:15:57 +03:00
parent 6c2e5077f2
commit 961575f53c
+2 -2
View File
@@ -21611,10 +21611,10 @@ with pkgs;
};
};
});
libsForQt5_openssl_1_1 = recurseIntoAttrs (import ./qt5-packages.nix {
libsForQt5_openssl_1_1 = import ./qt5-packages.nix {
inherit lib pkgs;
qt5 = qt5_openssl_1_1;
});
};
# plasma5Packages maps to the Qt5 packages set that is used to build the plasma5 desktop
plasma5Packages = libsForQt515;