This commit is contained in:
Max Headroom 2022-03-05 20:48:46 +01:00
parent b76b3117cb
commit f448d19a69

View file

@ -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"
];
});
}))
];