pkgs/by-name/sc/scsh/gcc-14-p1.patch
0 → 100644
+33
−0
pkgs/by-name/sc/scsh/gcc-14-p2.patch
0 → 100644
+31
−0
Loading
Without the change `scsh` build fails on `master` as https://hydra.nixos.org/build/294813946: c/syscalls.c: In function 'sleep_until': c/syscalls.c:711:18: error: implicit declaration of function 'time' [] 711 | time_t now = time(0); | ^~~~