Unverified Commit f08e95b1 authored by Bobby Rong's avatar Bobby Rong
Browse files

timeshift: Fix GCC 14 build

TeeJee.Process.c:1134:9: error: implicit declaration of function 'kill'
parent 05f5f947
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ stdenv.mkDerivation rec {
    xapp
  ];

  env = lib.optionalAttrs stdenv.cc.isGNU {
    NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
  };

  meta = with lib; {
    description = "System restore tool for Linux";
    longDescription = ''