mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Optimizations] Exclude more broken/slow-to-build packages
This commit is contained in:
parent
495ef22f0e
commit
59c7802ff6
1 changed files with 3 additions and 2 deletions
|
|
@ -135,10 +135,11 @@ in
|
|||
default = [ # Broken
|
||||
"cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt"
|
||||
"libomxil-bellagio" "wayland" "wayland-protocols"
|
||||
"openssl" "libXt"
|
||||
"openssl" "libXt" "intel-media-sdk"
|
||||
"zlib"
|
||||
|
||||
# Very slow
|
||||
"llvm" "clang" "clang-wrapper" "valgrind" "rustc"
|
||||
"llvm" "clang" "clang-wrapper" "valgrind" "rustc" "tensorflow"
|
||||
];
|
||||
example = [ "bash" ];
|
||||
description = "Blacklist specific packages from optimizations";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue