Unverified Commit 13277222 authored by Theodore Ni's avatar Theodore Ni
Browse files

gretl: use new Darwin SDK pattern

parent 2dec13d4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
, mpfr
, openblas
, readline
, Accelerate
, pkg-config
}:

@@ -39,8 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
    mpfr
    openblas
    readline
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    Accelerate
  ];

  nativeBuildInputs = [
+1 −3
Original line number Diff line number Diff line
@@ -401,9 +401,7 @@ with pkgs;
    autoreconfHook = buildPackages.autoreconfHook269;
  };
  gretl = callPackage ../applications/science/math/gretl {
    inherit (darwin.apple_sdk.frameworks) Accelerate;
  };
  gretl = callPackage ../applications/science/math/gretl { };
  devShellTools = callPackage ../build-support/dev-shell-tools { };