diff options
| author | Artturin <Artturin@artturin.com> | 2023-06-21 17:30:32 +0300 |
|---|---|---|
| committer | Artturin <Artturin@artturin.com> | 2023-06-30 23:28:00 +0300 |
| commit | 0fdae315315686d180d924a7c33066fbc5b4c14d (patch) | |
| tree | c2d1f96710e183a3aa35e7a22bf8461196b51a72 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 3cd360a2de66c1f17099b2edffdf1842c1266abd (diff) | |
stdenv: let overrideAttrs accept attrset OR function
Makes overrideAttrs usable in the same way that `override` can be used.
It allows the first argument of `overrideAttrs` to be either a function
or an attrset, instead of only a function:
hello.overrideAttrs (old: { postBuild = "echo hello"; })
hello.overrideAttrs { postBuild = "echo hello"; }
Previously only the first example was possible.
Co-authored-by: adisbladis <adisbladis@gmail.com>
Co-authored-by: matthewcroughan <matt@croughan.sh>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
