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: d44842120e8d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c833fb3179dc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 18, 2019

  1. emacsPackages.vterm: fix dynamic library and autoloaders

    We need both the .so as well as the proper autoloaders that are generated when
    we build an emacs package, so we cannot use the normal stdenv.mkDerivation but
    have to inject the building of the libraries instead.
    
    Also, use the proper libvterm-neovim we have in nixpkgs instead of vendoring it.
    peterhoeg committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    4487809 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Merge pull request #71347 from peterhoeg/f/emacs_vterm

    emacsPackages.vterm: fix dynamic library and autoloaders
    peterhoeg committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c833fb3 View commit details
    Browse the repository at this point in the history