mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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"
|
"zlib" "alsa-lib" "glib" "lcms2" "gconf" "gnome-vfs"
|
||||||
|
|
||||||
# Very slow
|
# 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" ];
|
example = [ "bash" ];
|
||||||
description = "Blacklist specific packages from optimizations";
|
description = "Blacklist specific packages from optimizations";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue