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: 9a585658e2a1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4616ef1f4135
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 6, 2018

  1. Copy the full SHA
    ec7d4a8 View commit details
    Browse the repository at this point in the history
  2. skaware: bundle all skaware packages into an attrset

    They are normally updated in lockstep, this makes maintenance more
    convenient.
    Profpatsch committed Sep 6, 2018
    Copy the full SHA
    57b4315 View commit details
    Browse the repository at this point in the history
  3. skawarePackages: factor out the common parts

    Introduce a `skawarePackages.buildPackage` function that contains the
    common setup, removing a lot of duplication.
    In particular, we require that the build directory has to be empty
    after the `fixupPhase`, to make sure every relevant file is moved to
    the outputs.
    
    A next step would be to deduplicate the `configureFlags` attributes
    and only require a `skawareInputs` field.
    Profpatsch committed Sep 6, 2018
    Copy the full SHA
    0071ae1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e8f336f View commit details
    Browse the repository at this point in the history
  5. skaware: switch from git repos to tarballs

    It should be more performant this way.
    Profpatsch committed Sep 6, 2018
    Copy the full SHA
    4616ef1 View commit details
    Browse the repository at this point in the history