about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-28 10:44:39 -0500
committerGitHub <noreply@github.com>2023-12-28 10:44:39 -0500
commitb2be0c31d862340db3f2acca92b7063348455f85 (patch)
treece1184e2124bf546e8de387a1b3a33e2a7a95de1 /pkgs/games
parentd8746c1ce0635898dd906656d4a47d2e9d5e621b (diff)
parente5a16fa98b4ae98b8137c92bdcad9b269a95c814 (diff)
Merge pull request #276459 from trofi/_0verkill-pin-autoconf
_0verkill: pin to autoconf-2.69
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/0verkill/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/0verkill/default.nix b/pkgs/games/0verkill/default.nix
index 2c09e5c1eb6f6..22ef6c6b0cc45 100644
--- a/pkgs/games/0verkill/default.nix
+++ b/pkgs/games/0verkill/default.nix
@@ -1,7 +1,7 @@
 { lib
 , gccStdenv
 , fetchFromGitHub
-, autoreconfHook
+, autoreconfHook269
 , xorgproto
 , libX11
 , libXpm
@@ -18,7 +18,7 @@ gccStdenv.mkDerivation rec {
     sha256 = "WO7PN192HhcDl6iHIbVbH7MVMi1Tl2KyQbDa9DWRO6M=";
   };
 
-  nativeBuildInputs = [ autoreconfHook ];
+  nativeBuildInputs = [ autoreconfHook269 ];
   buildInputs = [ libX11 xorgproto libXpm ];
 
   configureFlags = [ "--with-x" ];