Skip to content

Commit d5596f8

Browse files
committed
fixup! build: add flag to compile V8 with Temporal support
1 parent 0a0185c commit d5596f8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

tools/nix/sharedLibDeps.nix

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,5 @@
4747
});
4848
}
4949
// (pkgs.lib.optionalAttrs withTemporal {
50-
temporal_capi =
51-
import
52-
(builtins.fetchurl {
53-
url = "https://github.com/NixOS/nixpkgs/raw/c2247d3f04fe4da90a09244acc1df2f8b3dd6cfa/pkgs/by-name/te/temporal_capi/package.nix";
54-
sha256 = "1igiqjsw7jnb15xy0a5jq7z1wrpypflv37qidq056vsd1p2fks69";
55-
})
56-
{
57-
inherit (pkgs)
58-
lib
59-
stdenv
60-
rustPlatform
61-
fetchFromGitHub
62-
nix-update-script
63-
testers
64-
;
65-
};
50+
inherit (pkgs) temporal_capi;
6651
})

0 commit comments

Comments
 (0)