Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 3cac59962854
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 4e0f0790646d
Choose a head ref
  • 7 commits
  • 34 files changed
  • 4 contributors

Commits on Jan 19, 2019

  1. nixpkgs: move postgresql patches into a common directory

    This simply makes it easier to browse the PostgreSQL package directory. More to
    come.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 19, 2019
    Copy the full SHA
    73f56ae View commit details
    Browse the repository at this point in the history
  2. nixpkgs: reorganize the postgresql extensions

    This is a backwards compatible change; it mostly puts all the extensions
    for postgresql in a common directory to keep them isolated.
    
    It also moves a few things that /were not/ extensions out into other parts of
    the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
    were moved under development/java-modules and development/libraries,
    respectively. Because these libraries use the libpq postgresql client drivers,
    they're less sensitive to underlying version changes anyway (since the protocol
    is relatively stable).
    
    No attributes were renamed or harmed in the creation of this patch.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 19, 2019
    Copy the full SHA
    8cbe6b9 View commit details
    Browse the repository at this point in the history
  3. gdal: fix patch hashes

    Commit d2f39ad added them with hashes *before* normalization done
    by fetchpatch.
    vcunat committed Jan 19, 2019
    Copy the full SHA
    e36b4d6 View commit details
    Browse the repository at this point in the history
  4. mujs: enable on darwin

    veprbl committed Jan 19, 2019
    Copy the full SHA
    531bba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. tamarin-prover: 1.4.0 -> 1.4.1, bundled sapic

    With this, we can drop the old 1.4.0 patches for 8.4 support, since
    those are now upstream.
    
    Furthermore, SAPIC Is now bundled inside Tamarin, so we can drop the
    external dependency. (This includes a patch that compiles SAPIC to
    native code, much like the original, to reduce closure size.)
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 20, 2019
    Copy the full SHA
    fc15959 View commit details
    Browse the repository at this point in the history
  2. nixpkgs: remove sapic-0.9

    SAPIC is bundled with Tamarin and doesn't have separate releases
    anymore; add an appropriate 'throw' clause to the alias so people know
    where to find it.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 20, 2019
    Copy the full SHA
    5069fa0 View commit details
    Browse the repository at this point in the history
  3. python.pkgs.pyaxmlparser: some files are licensed asl20

    Robert Schütz committed Jan 20, 2019
    Copy the full SHA
    4e0f079 View commit details
    Browse the repository at this point in the history