Unverified Commit e3b90fb7 authored by isabel's avatar isabel Committed by GitHub
Browse files

bluesky-pds: fix build on darwin (#463749)

parents 04f369ee 55973b25
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
  nixosTests,
  lib,
  nix-update-script,
  cctools,
}:

let
@@ -39,6 +40,9 @@ stdenv.mkDerivation (finalAttrs: {
    pkg-config
    pnpm_9.configHook
    removeReferencesTo
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [
    cctools.libtool
  ];

  # Required for `sharp` NPM dependency