nanomq: use nix-update-script
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
zeromq,
|
||||
flex,
|
||||
bison,
|
||||
nix-update-script,
|
||||
|
||||
# for tests
|
||||
python3,
|
||||
@@ -120,6 +121,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
passthru.tests = {
|
||||
withInstallChecks = finalAttrs.finalPackage.overrideAttrs (_: {
|
||||
doInstallCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user