1
0
Fork 0

Emacs: build without imagemagick support

master
dump_stack() 2020-09-08 23:15:45 +00:00
parent 1898e6c065
commit 408dba0c8c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 5 deletions

View File

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