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 0a0185c commit d5596f8Copy full SHA for d5596f8
tools/nix/sharedLibDeps.nix
@@ -47,20 +47,5 @@
47
});
48
}
49
// (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
- };
+ inherit (pkgs) temporal_capi;
66
})
0 commit comments