mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[General] fix compatibility with 22.11
This commit is contained in:
parent
38fb142e45
commit
97ab180e3b
8 changed files with 15 additions and 59 deletions
|
|
@ -117,7 +117,7 @@ in
|
|||
};
|
||||
trace = mkEnableOption "trace attributes in overriden derivations";
|
||||
blacklist = mkOption {
|
||||
default = [ "cmocka" "libkrb5" "libidn2" "tpm2-tss" ];
|
||||
default = [ "cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt" ];
|
||||
example = [ "bash" ];
|
||||
description = "Blacklist specific packages from optimizations";
|
||||
type = types.listOf types.str;
|
||||
|
|
@ -156,11 +156,6 @@ in
|
|||
} super.htop;
|
||||
nano = optimizePkg {level = "unsafe"; recursive = 99; } super.nano;
|
||||
virtmanager = optimizePkg {} super.virtmanager;
|
||||
libsForQt5 = super.libsForQt5.overrideScope' (mself: msuper: {
|
||||
plasma5 = msuper.plasma5.overrideScope' (mself: msuper: {
|
||||
kwin = optimizePkg {level = "unsafe"; lto = true; } msuper.kwin;
|
||||
});
|
||||
});
|
||||
#wayland = optimizePkg super.wayland;
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue