From b9aded41e19d2f2758966a628a90b915e039c43c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 8 Sep 2020 23:15:45 +0000 Subject: [PATCH] Emacs: build without imagemagick support --- packages.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages.nix b/packages.nix index b013d97..45e7e44 100644 --- a/packages.nix +++ b/packages.nix @@ -4,10 +4,6 @@ let nonfree = import { config.allowUnfree = true; }; unstable = import {}; unstable-nonfree = import { 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 (Milkypostman’s Emacs Lisp Package Archive) (with epkgs.melpaPackages; [ # Programming languages modes