Skip to content

Commit 9b6a69e

Browse files
committed
fix: support system here too
1 parent 58b7513 commit 9b6a69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/plv8.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
120120
description = "V8 Engine Javascript Procedural Language add-on for PostgreSQL";
121121
homepage = "https://plv8.github.io/";
122122
maintainers = with maintainers; [ samrose ];
123-
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
123+
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
124124
license = licenses.postgresql;
125125
};
126126
})

0 commit comments

Comments
 (0)