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.
This commit is contained in:
Harrison Houghton 2021-05-25 20:01:25 -04:00
parent acb51e6ca3
commit 3e4aeea693

View file

@ -28524,10 +28524,7 @@ in
boost = boost166; boost = boost166;
}; };
pinball = callPackage ../games/pinball { pinball = callPackage ../games/pinball { };
autoreconfHook = with buildPackages;
autoreconfHook.override { automake = automake115x; };
};
pingus = callPackage ../games/pingus {}; pingus = callPackage ../games/pingus {};