mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
default = [ # Broken
|
||||||
"cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt"
|
"cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt"
|
||||||
"libomxil-bellagio" "wayland" "wayland-protocols"
|
"libomxil-bellagio" "wayland" "wayland-protocols"
|
||||||
"openssl" "libXt"
|
"openssl" "libXt" "intel-media-sdk"
|
||||||
|
"zlib"
|
||||||
|
|
||||||
# Very slow
|
# Very slow
|
||||||
"llvm" "clang" "clang-wrapper" "valgrind" "rustc"
|
"llvm" "clang" "clang-wrapper" "valgrind" "rustc" "tensorflow"
|
||||||
];
|
];
|
||||||
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