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

Commits on Dec 6, 2018

  1. atom, atom-beta: Fixing Exec= line in app launcher

    Prior to this commit the application launchers of Atom and Atom Beta executed `/usr/bin/${pname}` instead of what it is meant to `$out/bin/${pname}`. This is because upstream changed the `Exec=` line from `Exec=/usr/share/${pname}/${pname}` to `Exec=/usr/bin/${pname}` and the `substituteInPlace` line that was in the default.nix file was not appropriately adjusted.
    fusion809 committed Dec 6, 2018
    Copy the full SHA
    d354f7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51605 from fusion809/patch-8

    atom, atom-beta: Fixing Exec= line in app launcher
    worldofpeace committed Dec 6, 2018
    Copy the full SHA
    dd345c8 View commit details
    Browse the repository at this point in the history