syncstorage-rs: add passthru.updateScript
This commit is contained in:
parent
ece1914240
commit
d2c9de5e7c
@ -6,6 +6,7 @@
|
||||
, libmysqlclient
|
||||
, makeBinaryWrapper
|
||||
, lib
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
let
|
||||
@ -56,6 +57,8 @@ rustPlatform.buildRustPackage rec {
|
||||
# almost all tests need a DB to test against
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = nix-update-script {};
|
||||
|
||||
meta = {
|
||||
description = "Mozilla Sync Storage built with Rust";
|
||||
homepage = "https://github.com/mozilla-services/syncstorage-rs";
|
||||
|
Loading…
Reference in New Issue
Block a user