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

Commits on Jun 14, 2020

  1. steam: switch to correct runtime tarball

    In my previous commit (593c28b) I used the wrong upstream artifact for
    the runtime. After reading the documentation in the
    ValveSoftware/steam-runtime repo, I now know that the steam-runtime
    tarball is what I actually wanted.
    
    I also used 'diff' to compare the various artifacts with the old runtime
    this package used before, and the steam-runtime one is certainly the
    closest.
    
    Most importantly, switching to the right steam-runtime package
    reportedly fixes issues for other users (fixes #90229).
    
    This also entirely removes the amd64/i386 split from runtime.nix because
    the upstream package bundles both together, and if that's how upstream
    wants to distribute this, it seems best to follow their lead.
    euank committed Jun 14, 2020
    Copy the full SHA
    727e7d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Merge pull request #90286 from euank/steam-fix-runtime

    steam: switch to correct runtime tarball
    hrdinka committed Jun 15, 2020
    Copy the full SHA
    fecdbda View commit details
    Browse the repository at this point in the history