mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Get xwidgets support in Emacs
This commit is contained in:
parent
ea0aa27c1e
commit
b6f6d9c127
@ -48,12 +48,16 @@
|
||||
emacs.overlays.emacs
|
||||
emacs.overlays.package
|
||||
(final: prev: {
|
||||
emacsGit = (prev.emacsGit.overrideAttrs (o: rec {
|
||||
emacsGit = (prev.emacsGit.override {
|
||||
withXwidgets = true;
|
||||
withGTK3 = true;
|
||||
}).overrideAttrs (o: rec {
|
||||
buildInputs = o.buildInputs ++ [ prev.darwin.apple_sdk.frameworks.WebKit ];
|
||||
patches = [
|
||||
./patches/no-titlebar-rounded-corners.patch
|
||||
./patches/system-appearance.patch
|
||||
];
|
||||
}));
|
||||
});
|
||||
maude-mac = final.callPackage ./pkgs/maude-mac { };
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user