haskellPackages.apecs-physics: push to 0.4.5 to unbreak build

apecs-physics was broken by the update of glibc to 2.32 due to the
vendored Chipmunk2D using sys/sysctl.h on GNU/Linux. 0.4.5 updates the
vendored version of Chipmunk2D which resolves this issue.

Resolves #107358.
This commit is contained in:
sternenseemann
2020-12-25 20:42:36 +01:00
committed by Peter Simons
parent 84104a01eb
commit 13f0ab1e28
2 changed files with 2 additions and 4 deletions
@@ -1544,7 +1544,8 @@ self: super: {
yesod-core = dontCheck super.yesod-core;
# Add ApplicationServices on darwin
apecs-physics = addPkgconfigDepends super.apecs-physics
# use 0.4.5 instead of 0.4.4 to fix build with glibc >= 2.32
apecs-physics = addPkgconfigDepends super.apecs-physics_0_4_5
(pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.ApplicationServices);
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super