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: a5e8ef5a744e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0e210f142cdb
Choose a head ref
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Jul 29, 2017

  1. alacritty: use patchelf instead of LD_LIBRARY_PATH

    If we use LD_LIBRARY_PATH then anything typed into Alacritty inherits it. This
    breaks a lot of applications if the versions are different. For me this breaks
    everything from Git to every program which uses Gtk.
    puffnfresh committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    9aafecd View commit details
    Browse the repository at this point in the history
  2. alacritty: only build on linux

    the darwin build fails at the moment and since we are now using patchelf
    it would not build anyway.
    Mic92 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    06bcac9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27737 from puffnfresh/bug/alacritty-ld-library-path

    alacritty: use patchelf instead of LD_LIBRARY_PATH
    Mic92 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    0e210f1 View commit details
    Browse the repository at this point in the history