mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 17:37:18 +08:00
emacs: note on xwidget darwin unavailability
Ref: - https://github.com/NixOS/nixpkgs/pull/185714 - https://github.com/NixOS/nixpkgs/issues/110218
This commit is contained in:
parent
75fbb84fb9
commit
66befee24e
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@
|
|||
let
|
||||
myEmacs = pkgs.emacs29-macport.override {
|
||||
# ⚠️ Broken on Darwin
|
||||
# https://github.com/NixOS/nixpkgs/issues/110218
|
||||
# cf.
|
||||
# - https://github.com/NixOS/nixpkgs/issues/110218
|
||||
# - https://github.com/NixOS/nixpkgs/pull/185714
|
||||
# withXwidgets = true;
|
||||
|
||||
# ^ We need xwidgets for embedded browser in Emacs, which is useful for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue