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: 7ec0f48526e7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e0e29a5996ec
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 17, 2019

  1. buildGoPackage: move it under a different path

    This change moves buildGoPackage from pkgs/development/go-modules to
    pkgs/development/go-packages, so we can have buildGoModule at
    pkgs/development/go-modules.
    
    (cherry picked from commit a0d835e)
    kalbasit committed Mar 17, 2019
    Copy the full SHA
    ec8ba3e View commit details
    Browse the repository at this point in the history
  2. buildGoModule: function for packaging Go modules

    The function buildGoModule builds Go programs managed with Go modules. It builds
    a Go module through a two phase build:
    
    - An intermediate fetcher derivation. This derivation will be used to
      fetch all of the dependencies of the Go module.
    - A final derivation will use the output of the intermediate derivation
      to build the binaries and produce the final output.
    
    (cherry picked from commit 28435e4)
    kalbasit committed Mar 17, 2019
    Copy the full SHA
    3121c90 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. buildGoModule: Allow pname attribute (#57787)

    (cherry picked from commit 832eb25)
    dywedir authored and kalbasit committed Mar 18, 2019
    Copy the full SHA
    a456b83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57805 from kalbasit/nixpkgs_backport-build-go-module

    buildGoModule: backport the new Go infrastructure to release 19.03
    Mic92 committed Mar 18, 2019
    Copy the full SHA
    e0e29a5 View commit details
    Browse the repository at this point in the history