We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b7513 commit 9b6a69eCopy full SHA for 9b6a69e
nix/ext/plv8.nix
@@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
120
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
121
homepage = "https://plv8.github.io/";
122
maintainers = with maintainers; [ samrose ];
123
- platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
+ platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
124
license = licenses.postgresql;
125
};
126
})
0 commit comments