dog: fix build with gcc14 (#393822)
This commit is contained in:
@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace "gcc" "$CC"
|
||||
--replace-fail "gcc" "$CC"
|
||||
sed -i '40i #include <time.h>' dog.c
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user