[Optimizations] Blacklist more packages

This commit is contained in:
Antoine Viallon 2023-05-18 00:36:35 +02:00
parent 8da898c5ee
commit 9c8fe156d9
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -71,7 +71,10 @@ in {
"zlib" "alsa-lib" "glib" "lcms2" "gconf" "gnome-vfs"
# Very slow
"llvm" "clang" "clang-wrapper" "valgrind" "rustc" "tensorflow"
"llvm" "clang" "clang-wrapper" "valgrind" "rustc" "tensorflow" "qtwebengine"
# Fixable with work, but slow for now
"rapidjson"
];
example = [ "bash" ];
description = "Blacklist specific packages from optimizations";