summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-16 22:51:26 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-16 22:51:26 -0400
commitc7ccb9f197789e424a70a878b9f967ddf38d39c6 (patch)
treedf47426342467c66305e375a68f0f5850869fef4 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parentef54604ce473400f866ec5d415271226706f113b (diff)
make-derivation: put patches in all derivations
This puts patches in all derivations even if it unspecified by the derivation. By default it will be an empty list. This simplifies overrides, as we can now assume that patches is a valid name so that this works: self: super: { mypkg = super.pkg.overrideAttrs (o: { patches = o.patches ++ [ ./my-very-own.patch ]; }); } That is, you don’t need to provide a default "or []", make-derivation provides one for you. Unfortunately, this is a mass rebuild.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions