diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-07-28 17:38:38 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-10-04 22:26:02 +0200 |
commit | c336567dad48c5cdae0b442b58fae70a83b03e9b (patch) | |
tree | 34bae3a9df75ae56b72b4fe0deaa9b05400697e0 /gnu/local.mk | |
parent | 030c912616c8ee1595218e304460041bcb4f1ceb (diff) | |
download | guix-c336567dad48c5cdae0b442b58fae70a83b03e9b.tar guix-c336567dad48c5cdae0b442b58fae70a83b03e9b.tar.gz |
gnu: postgresql: Fix finding extensions.
* gnu/packages/patches/postgresql-disable-resolve_symlinks.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/databases.scm (postgresql)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 60db25a60c..c3bc35a80a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1042,6 +1042,7 @@ dist_patch_DATA = \ %D%/packages/patches/plotutils-libpng-jmpbuf.patch \ %D%/packages/patches/portaudio-audacity-compat.patch \ %D%/packages/patches/portmidi-modular-build.patch \ + %D%/packages/patches/postgresql-disable-resolve_symlinks.patch \ %D%/packages/patches/potrace-tests.patch \ %D%/packages/patches/procmail-ambiguous-getline-debian.patch \ %D%/packages/patches/procmail-CVE-2014-3618.patch \ |