1
0

Emacs: build without imagemagick support

This commit is contained in:
dump_stack() 2020-09-08 23:15:45 +00:00
parent 1898e6c065
commit 408dba0c8c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -4,10 +4,6 @@ let
nonfree = import <nixos> { config.allowUnfree = true; }; nonfree = import <nixos> { config.allowUnfree = true; };
unstable = import <unstable> {}; unstable = import <unstable> {};
unstable-nonfree = import <unstable> { config.allowUnfree = true; }; unstable-nonfree = import <unstable> { config.allowUnfree = true; };
emacsWithImagemagick = (unstable.emacs.override {
srcRepo = true;
imagemagick = unstable.imagemagickBig;
});
in { in {
programs.zsh.enable = true; programs.zsh.enable = true;
programs.browserpass.enable = true; programs.browserpass.enable = true;
@ -68,7 +64,7 @@ in {
binwalk binwalk
])) ]))
((unstable.emacsPackagesNgGen emacsWithImagemagick).emacsWithPackages(epkgs: (unstable.emacsWithPackages(epkgs:
# MELPA (Milkypostmans Emacs Lisp Package Archive) # MELPA (Milkypostmans Emacs Lisp Package Archive)
(with epkgs.melpaPackages; [ (with epkgs.melpaPackages; [
# Programming languages modes # Programming languages modes