From ed6e675844318bf312e013fed76541ea4dff376c Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sat, 2 Sep 2023 22:51:40 +0200 Subject: gretl: fix compilation on `aarch64-darwin` --- pkgs/applications/science/math/gretl/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/science/math') diff --git a/pkgs/applications/science/math/gretl/default.nix b/pkgs/applications/science/math/gretl/default.nix index e5363d4ec577..f7ccbf8905c0 100644 --- a/pkgs/applications/science/math/gretl/default.nix +++ b/pkgs/applications/science/math/gretl/default.nix @@ -13,6 +13,7 @@ , mpfr , openblas , readline +, Accelerate , pkg-config }: @@ -38,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: { mpfr openblas readline + ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ + Accelerate ]; nativeBuildInputs = [ -- cgit 1.4.1