summary refs log tree commit diff
path: root/pkgs/development/libraries/v8
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-29 03:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-08-29 03:00:00 -0500
commitf24c729196a36aa16d87d14e6203c57abe946252 (patch)
tree9ca4e9bf96b3cce3abbaf321a4ce52a463908e07 /pkgs/development/libraries/v8
parent1f3aa24274b8628c799446d577b34802d1470846 (diff)
downloadnixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar.gz
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar.bz2
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar.lz
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar.xz
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.tar.zst
nixpkgs-f24c729196a36aa16d87d14e6203c57abe946252.zip
postgresqlPackages.plv8: narrow platforms to x86_64-linux
plv8 uses a custom version v8 version, which is reported to only build
on x86_64-linux. The next major version plv8 should drop the custom v8.
Diffstat (limited to 'pkgs/development/libraries/v8')
-rw-r--r--pkgs/development/libraries/v8/plv8_6_x.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/libraries/v8/plv8_6_x.nix b/pkgs/development/libraries/v8/plv8_6_x.nix
index 8d2276def70..e0ca0e14b66 100644
--- a/pkgs/development/libraries/v8/plv8_6_x.nix
+++ b/pkgs/development/libraries/v8/plv8_6_x.nix
@@ -1,6 +1,8 @@
 # NOTE: this expression is NOT exported from the top-level of all-packages.nix,
-# it is exclusively used by the 'plv8' PostgreSQL extension, which requires a
-# very exact version.
+# it is exclusively used by the 'plv8' PostgreSQL extension.
+# Since plv8 2.3.2, plv8 no longer requires this specific version, but as of
+# 2019-08-29, nixpkgs does not have v8 6.x, and v8_5 is bumped to 5.4.232, which
+# is a bit outdated.  plv8 3.x is planned to support v8 7.x
 
 { stdenv, lib, fetchgit, fetchFromGitHub, gn, ninja, python, glib, pkgconfig
 , doCheck ? false