mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
acb51e6ca3
commit
3e4aeea693
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user