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

Commits on May 29, 2018

  1. racket: use proper uname, allow for unix sockets

    Racket checks the current platform via uname, then disallows
    unix domain socket usage based on the result. Previously, it could not
    successfully call uname at all, so it fell back to denying UDS.
    tilpner committed May 29, 2018
    Configuration menu
    Copy the full SHA
    a12a277 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41219 from tilpner/racket-uname

    racket: use proper uname, allow for unix sockets
    Mic92 committed May 29, 2018
    Configuration menu
    Copy the full SHA
    b438709 View commit details
    Browse the repository at this point in the history