Unverified Commit 55973b25 authored by ryota2357's avatar ryota2357
Browse files

bluesky-pds: fix build on darwin

parent 117cc7f9
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