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: 0ddb9e04957e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4a2375ce9860
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on May 4, 2019

  1. postgresql: always create the $out/bin directory

    This is needed because some PostgreSQL plugins don't have a bin
    directory. If only these plugins are listed in cfg.extraPlugins buildEnv
    will turn $out/bin into a symbolic link to ${pg}/bin. Lateron we try to
    rm $out/bin/{pg_config,postgres,pg_ctl} which will then fail because
    $out/bin will be read-only.
    basvandijk authored and marsam committed May 4, 2019
    Copy the full SHA
    517c52e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Copy the full SHA
    475f1eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58251 from marsam/postgresql-plugins-bin

    postgresql: always create the bin directory in postgresqlAndPlugins
    danbst committed Jul 16, 2019
    Copy the full SHA
    4a2375c View commit details
    Browse the repository at this point in the history