nixpkgs/pkgs/build-support/emacs
Rodney Lorrimar 9e56cddf13 emacsWithPackages: support installing larger packages
I was getting the following error building tide from Melpa:

    nix-build  -E '(import <nixpkgs> {}).emacs25WithPackages (p: [p.melpaPackages.tide])'

    File tide-20170509.1134.tar is large (10.2M), really open? (y or n) Error reading from stdin
    builder for ‘/nix/store/gs9ik7yf8iilsikkfing74i70m0diax3-emacs-tide-20170509.1134.drv’ failed with exit code 255
    cannot build derivation ‘/nix/store/m3p080aani4rw82llp8nqk93cw2nvirk-emacs-with-packages-25.2.drv’: 1 dependencies couldn't be built

Solution was to disable the large file warning threshold when
installing packages.
2017-05-29 12:56:09 +01:00
..
buffer.nix nixBufferBuilders: Add haskellMonoRepo builder 2017-05-01 11:44:21 -04:00
elpa.nix elpaBuild: factor out package installation 2016-01-18 15:29:19 -06:00
elpa2nix.el emacsWithPackages: support installing larger packages 2017-05-29 12:56:09 +01:00
generic.nix melpaBuild: keep original source file names without hash 2016-01-18 15:29:19 -06:00
melpa.nix elpaBuild: factor out package installation 2016-01-18 15:29:19 -06:00
melpa2nix.el elpaBuild: factor out package installation 2016-01-18 15:29:19 -06:00
setup-hook.sh reorganize emacs related files 2015-03-03 05:31:38 +00:00
trivial.nix all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
wrapper.nix emacsWithPackages: wrap MacOS app 2017-05-20 18:51:32 -05:00