Skip to content

Commit 3c24cbf

Browse files
committed
fix: no need to overrride this attr
1 parent 51fc2e0 commit 3c24cbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix/ext/plv8.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
3737
];
3838

3939
buildInputs = [
40-
(v8.overrideAttrs (oldAttrs: {
41-
version = "9.7.106.18";
42-
}))
40+
v8
4341
postgresql
4442
] ++ lib.optionals stdenv.isDarwin [
4543
darwin.apple_sdk.frameworks.CoreFoundation

0 commit comments

Comments
 (0)