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. (cherry picked from commit 3e4aeea693d3473427d7a7a4b028c3a6a1a8908e)
This commit is contained in:
parent
d2920be368
commit
6ac38da61b
@ -28490,10 +28490,7 @@ in
|
||||
boost = boost166;
|
||||
};
|
||||
|
||||
pinball = callPackage ../games/pinball {
|
||||
autoreconfHook = with buildPackages;
|
||||
autoreconfHook.override { automake = automake115x; };
|
||||
};
|
||||
pinball = callPackage ../games/pinball { };
|
||||
|
||||
pingus = callPackage ../games/pingus {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user