mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Blacklist more packages
This commit is contained in:
parent
8da898c5ee
commit
9c8fe156d9
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue