Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e56cddf136837d30820783228299b600d98e8b6
      
https://github.com/NixOS/nixpkgs/commit/9e56cddf136837d30820783228299b600d98e8b6
  Author: Rodney Lorrimar <d...@rodney.id.au>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M pkgs/build-support/emacs/elpa2nix.el

  Log Message:
  -----------
  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.


  Commit: cca234d345dc3c864bb503e904c1d5720370a0e4
      
https://github.com/NixOS/nixpkgs/commit/cca234d345dc3c864bb503e904c1d5720370a0e4
  Author: Graham Christensen <gra...@grahamc.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M pkgs/build-support/emacs/elpa2nix.el

  Log Message:
  -----------
  Merge pull request #26207 from rvl/fix-tide-melpa

emacsWithPackages: support installing larger packages


Compare: https://github.com/NixOS/nixpkgs/compare/3badf79b48d2...cca234d345dc
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to