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: 8954f325d108
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bbecb0ef9fe8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 24, 2020

  1. emacs: fix paths for native compilation

    The given paths gives rise to errors such as,
    
    ```
    x86_64-unknown-linux-gnu-gcc-9.3.0: fatal error: cannot execute ‘as’: execvp: No such file or directory
    compilation terminated.
    ```
    
    in the `*Async-native-compile-log*` buffer.
    
    Fixes <nix-community/emacs-overlay#69>
    acowley committed Sep 24, 2020
    Copy the full SHA
    30313a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Merge pull request #98673 from acowley/emacsgcc-paths

    emacs: fix paths for native compilation
    adisbladis committed Sep 26, 2020
    Copy the full SHA
    bbecb0e View commit details
    Browse the repository at this point in the history