lm_sensors: patch unconditionally

This commit is contained in:
oxalica
2025-01-12 12:50:31 -05:00
parent 9b19a5cf61
commit dcd56b155a
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
hash = "sha256-9lfHCcODlS7sZMjQhK0yQcCBEoGyZOChx/oM0CU37sY=";
};
patches = lib.optionals sensord [
patches = [
# Fix compile failure on GCC 14 with `sensord` enabled.
# From: https://github.com/lm-sensors/lm-sensors/pull/483
(fetchpatch {