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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b46563e44e4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90354cd12784
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 2, 2020

  1. xonotic: split glx, sdl, dedicated, data (#83461)

    This has many advantages:
    - Each variant can be installed without pulling in the dependencies of the
      other variants, which makes it possible to build an SDL variant
      without X11 dependencies
    - Hydra can now build binaries without downloading 1GB of data, so users
      do not have to build them on their own machines
    - Users do not have to redownload 1GB of data after each dependency
      update
    
    Includes the following fixes:
    - Add dependency on libGL for GLX variant as it will fail in some
      environments otherwise
    - Pass -j and -l to make to enable parallel building
    - Quote homepage URI and use https
    - Add a .desktop file and icons
    Milan authored Apr 2, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    90354cd View commit details
Loading