We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b19a5c commit dcd56b1Copy full SHA for dcd56b1
pkgs/by-name/lm/lm_sensors/package.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
28
hash = "sha256-9lfHCcODlS7sZMjQhK0yQcCBEoGyZOChx/oM0CU37sY=";
29
};
30
31
- patches = lib.optionals sensord [
+ patches = [
32
# Fix compile failure on GCC 14 with `sensord` enabled.
33
# From: https://github.com/lm-sensors/lm-sensors/pull/483
34
(fetchpatch {
0 commit comments