Skip to content

Commit dcd56b1

Browse files
committed
lm_sensors: patch unconditionally
1 parent 9b19a5c commit dcd56b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/lm/lm_sensors/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
2828
hash = "sha256-9lfHCcODlS7sZMjQhK0yQcCBEoGyZOChx/oM0CU37sY=";
2929
};
3030

31-
patches = lib.optionals sensord [
31+
patches = [
3232
# Fix compile failure on GCC 14 with `sensord` enabled.
3333
# From: https://github.com/lm-sensors/lm-sensors/pull/483
3434
(fetchpatch {

0 commit comments

Comments
 (0)