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

Commits on Dec 19, 2020

  1. xonotic: fix desktop item

    The desktop item was referring to "$out/bin/xonotic" as executable, but
    since it's built in its own derivation now, "$out" did not contain the
    xonotic wrapper.
    Since it seems to be common practise to use a relative path, I changed
    it to do that here as well.
    Milan Pässler committed Dec 19, 2020
    Copy the full SHA
    40262d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107224 from petabyteboy/feature/xonotic-fix-deskt…

    …op-item
    
    xonotic: fix desktop item
    prusnak committed Dec 19, 2020
    Copy the full SHA
    0c3a7f9 View commit details
    Browse the repository at this point in the history