Skip to content

Commit

Permalink
Merge pull request #124441 from hrhino/fix/pinball
Browse files Browse the repository at this point in the history
pinball: fix
  • Loading branch information
SuperSandro2000 authored May 26, 2021
2 parents 2dc9bdf + 3e4aeea commit 47254fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};

Expand Down

0 comments on commit 47254fd

Please sign in to comment.