Skip to content

Commit

Permalink
Merge branch 'master' of github.com:codedownio/haskell-notebook-langu…
Browse files Browse the repository at this point in the history
…age-server
  • Loading branch information
thomasjm committed Dec 8, 2024
2 parents 4af46b9 + d3d2ad3 commit 16a4380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
fix_dylib "$out/bin/haskell-notebook-language-server" libffi.8.dylib libffi.dylib
fix_dylib "$out/bin/haskell-notebook-language-server" libncursesw.6.dylib libncurses.dylib
check_no_nix_refs "$out/bin/haskell-notebook-language-server"
strip "$out/bin/haskell-notebook-language-server"
'';
packages.haskell-notebook-language-server.components.exes.haskell-notebook-language-server.configureFlags = let
# Nixpkgs can't currently give us a cross-compiled x86_64-darwin libffi.a when we're building on aarch64-darwin.
Expand Down

0 comments on commit 16a4380

Please sign in to comment.