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

Commits on Sep 2, 2020

  1. gts: Fix cross compilation

    gts generate binaries during the build process that are used during the
    build process. When building cross-platform, these binaries are not
    executable as they are built with for the target platform instead of the
    host platform. The boostrap build introduced here will first build gts
    natively and then cross-platform, using the native binaries in the
    cross-build.
    kampka committed Sep 2, 2020
    Copy the full SHA
    b935375 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Merge pull request #96906 from kampka/gts

    gts: Fix cross compilation
    Ericson2314 committed Sep 12, 2020
    Copy the full SHA
    2e075ba View commit details
    Browse the repository at this point in the history