service/portable: Add meta placeholder
This fixes the evaluation of modules such as those tested by nix-build -A nixosTests.php.fpm-modular ... ahead of the proper fix that factors meta.maintainers out of NixOS.
This commit is contained in:
parent
17e6dae5f8
commit
0c28d57e02
@ -44,5 +44,9 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# TODO: use https://github.com/NixOS/nixpkgs/pull/431450
|
||||||
|
meta = lib.mkOption {
|
||||||
|
description = "The maintainers of this module. This is currently a placeholder option whose value may not evaluate to anything useful until https://github.com/NixOS/nixpkgs/pull/431450 is available and used here.";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user