mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 00:24:47 +00:00
Merge pull request #316414 from GaetanLepage/emacs-lsp-bridge
emacsPackages.lsp-bridge: fix build on darwin
This commit is contained in:
commit
ed61d34ac1
@ -88,6 +88,8 @@ melpaBuild {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
passthru.updateScript = writeScript "update.sh" ''
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p common-updater-scripts coreutils git gnused
|
||||
|
Loading…
Reference in New Issue
Block a user