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: 868972f2940a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 490f8ab12220
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 10, 2019

  1. buildGoPackage: disable module-mode

    Go 1.13 slightly changed the behavior GO111MODULE=auto [1], which might
    accidentally cause the go command to build the module, for instance in
    the checkPhase:
    
        [GO111MODULE=auto] activates the module-aware mode of the go command
        whenever the current working directory contains, or is below a
        directory containing, a go.mod file — even if the current directory
        is within GOPATH/src.
    
    [1] https://golang.org/doc/go1.13#proxy-vars
    marsam authored and FRidh committed Dec 10, 2019
    Copy the full SHA
    46abdee View commit details
    Browse the repository at this point in the history
  2. documize-community: remove module-mode environment variable

    We disable module-mode in buildGoPackage
    marsam authored and FRidh committed Dec 10, 2019
    Copy the full SHA
    490f8ab View commit details
    Browse the repository at this point in the history