Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3badf79b48d2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cca234d345dc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 29, 2017

  1. 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.
    rvl committed May 29, 2017
    Configuration menu
    Copy the full SHA
    9e56cdd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Merge pull request #26207 from rvl/fix-tide-melpa

    emacsWithPackages: support installing larger packages
    grahamc committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    cca234d View commit details
    Browse the repository at this point in the history