From 3e4aeea693d3473427d7a7a4b028c3a6a1a8908e Mon Sep 17 00:00:00 2001 From: Harrison Houghton Date: Tue, 25 May 2021 20:01:25 -0400 Subject: [PATCH] pinball: fix There was an override of autoconfHook to use automake 1.15.x; I'm not sure what changed since this package was added but it explicitly needs 1.16.1 or greater for the submodule libltdl. Anyhow, just remove the override. --- pkgs/top-level/all-packages.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d7f04f175923..3e6a1251b570 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -28524,10 +28524,7 @@ in boost = boost166; }; - pinball = callPackage ../games/pinball { - autoreconfHook = with buildPackages; - autoreconfHook.override { automake = automake115x; }; - }; + pinball = callPackage ../games/pinball { }; pingus = callPackage ../games/pingus {};