Revert "backport https://github.com/NixOS/nixpkgs/pull/162568"
This reverts commit f448d19a69
.
This commit is contained in:
parent
c61c6dd957
commit
6060e129fe
1 changed files with 0 additions and 7 deletions
|
@ -44,13 +44,6 @@
|
||||||
|
|
||||||
tilix = patched.tilix-high-refresh-rate;
|
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