webassemblyjs-repl: add updateScript
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
nodejs,
|
||||
makeBinaryWrapper,
|
||||
gcc,
|
||||
nix-update-script,
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "webassemblyjs-repl";
|
||||
@@ -59,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "WebAssembly REPL";
|
||||
homepage = "https://webassembly.js.org";
|
||||
|
||||
Reference in New Issue
Block a user