Emacs: build without imagemagick support
This commit is contained in:
parent
8e38af5505
commit
b9aded41e1
@ -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 (Milkypostman’s Emacs Lisp Package Archive)
|
# MELPA (Milkypostman’s Emacs Lisp Package Archive)
|
||||||
(with epkgs.melpaPackages; [
|
(with epkgs.melpaPackages; [
|
||||||
# Programming languages modes
|
# Programming languages modes
|
||||||
|
Loading…
Reference in New Issue
Block a user