Commit dcd56b15 authored by oxalica's avatar oxalica
Browse files

lm_sensors: patch unconditionally

parent 9b19a5cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {