This commit is contained in:
parent
b76b3117cb
commit
f448d19a69
1 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,13 @@
|
|||
|
||||
tilix = patched.tilix-high-refresh-rate;
|
||||
|
||||
# backport of https://github.com/NixOS/nixpkgs/pull/162568
|
||||
thermald = super.thermald.overrideAttrs (old: {
|
||||
configureFlags = assert ! builtins.elem "--disable-werror" old.configureFlags; old.configureFlags ++ [
|
||||
"--disable-werror"
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
}))
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue