diff options
| author | Guy Chronister <guychronister@outlook.com> | 2025-09-16 15:35:32 +0000 |
|---|---|---|
| committer | Guy Chronister <guychronister@outlook.com> | 2025-09-16 19:08:33 +0000 |
| commit | 900624bd79a9950f1151657972eceb28efac376a (patch) | |
| tree | a46a4923cd166d1b243d97b257e9bd35d1594d9e /pkgs/development/python-modules/python-openstackclient | |
| parent | 245d2ce76708443126d0f107632e8ca2e57d3cbb (diff) | |
yuicompressor: refactor derivation for scope hygiene
- Switch to `stdenv.mkDerivation (finalAttrs: { ... })` form
for explicit attribute scoping.
- Replace `${version}` and `${pname}` in `src.url` with
`${finalAttrs.version}` and inline name for clarity.
- Drop `with lib;` in `meta`, qualify attributes explicitly:
- `sourceProvenance = with lib.sourceTypes; [...]`
- `license = lib.licenses.bsd3;`
- `maintainers = with lib.maintainers; [...]`
- `platforms = lib.platforms.all;`
Improves scope hygiene, reproducibility, and consistency
with current Nixpkgs conventions.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
