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: ce08cf0a29b0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5e12d4b40922
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 5, 2020

  1. neovim: Do $PATH lookup in neovim.desktop instead of hardcoding deriv…

    …ation
    
    See db236e5 "steam: Do $PATH lookup in steam.desktop [...]".
    tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
    
    Simply stop adding the full derivation path for neovim and stick with
    how upstream uses no path at all.
    
    While here, take care of gnvim.desktop as well by adjusting the sed(1)
    expression (and simplifying it in one go);  I do not use gnvim.desktop
    but built it and confirmed the resulting files to contain no full paths
    any longer.
    klemensn authored and andir committed Nov 5, 2020
    Copy the full SHA
    e0f258f View commit details
    Browse the repository at this point in the history
  2. teams: Do $PATH lookup in teams.desktop instead of hardcoding derivation

    See db236e5 "steam: Do $PATH lookup in steam.desktop [...]".
    tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.
    
    I verified that there are no other (executable) paths in the .desktop
    file and therefore went for this minimal diff.
    klemensn authored and andir committed Nov 5, 2020
    Copy the full SHA
    5e12d4b View commit details
    Browse the repository at this point in the history