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: ea9078b76bb3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8f21a16861fd
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 14, 2018

  1. linuxPackages.bcc: 0.5.0 -> 0.6.0

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    7d7d27a View commit details
    Browse the repository at this point in the history
  2. timescaledb: create $out/bin in order to work around a stupid bug

    See #22653 or #38469. 'manveru' reported this on IRC again, but unfortunately a
    real fix requires a bit more work. In the mean time, this plugs the leak with a
    bit of duct tape.
    
    'timescale' is an often desired extension and, in the mean time, this
    workaround means you also do not have to install something like postgis (with a
    large dependency set) into your closure to get things to work.
    
    Ideally in the mean time, *all* postgresql extensions should have $out/bin
    created for them... Doing this will require more ongoing work, or a proper
    fix to the buildEnv nonsense going on.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    8f21a16 View commit details
    Browse the repository at this point in the history