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 6e02957 commit f624d9cCopy full SHA for f624d9c
pkgs/by-name/ll/lldap/package.nix
@@ -12,6 +12,12 @@
12
13
let
14
15
+ wasm-bindgen-95 = wasm-bindgen-cli.override {
16
+ version = "0.2.95";
17
+ hash = "sha256-prMIreQeAcbJ8/g3+pMp1Wp9H5u+xLqxRxL+34hICss=";
18
+ cargoHash = "sha256-6iMebkD7FQvixlmghGGIvpdGwFNLfnUcFke/Rg8nPK4=";
19
+ };
20
+
21
commonDerivationAttrs = rec {
22
pname = "lldap";
23
version = "0.6.1";
@@ -38,7 +44,7 @@ let
38
44
pname = commonDerivationAttrs.pname + "-frontend";
39
45
40
46
nativeBuildInputs = [
41
- wasm-pack wasm-bindgen-cli binaryen which rustc rustc.llvmPackages.lld
47
+ wasm-pack wasm-bindgen-95 binaryen which rustc rustc.llvmPackages.lld
42
48
];
43
49
50
buildPhase = ''
0 commit comments