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: 9f8b7cb4a894
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 51894963cbdc
Choose a head ref
  • 2 commits
  • 25 files changed
  • 2 contributors

Commits on Jan 4, 2021

  1. Rework androidenv package generation

    androidenv did not previously write license files, which caused certain
    gradle-based Android tools to fail. Restructure androidenv's list of
    Android packages into a single repo.json file to prevent duplication
    and enable us to extract the EULA texts, which we then hash with
    builtins.hashString to produce the license files that Android gradle
    tools look for.
    
    Remove includeDocs and lldbVersions, as these have been removed
    from the Android package repositories.
    
    Improve documentation and examples.
    numinit committed Jan 4, 2021
    Copy the full SHA
    5b91d4a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Copy the full SHA
    5189496 View commit details
    Browse the repository at this point in the history