nixpkgs/doc/using
Naïm Favier 4df10debe7
lib/customisation.overrideDerivation: propagate evaluation condition
The new derivation should evaluate only if the old derivation does.

Sadly this means that the old derivation cannot depend on the new one
any more, which was used by xorgserver on Darwin. But this is not a
problem as `overrideAttrs` can (and should) usually be used instead.

This change allowed catching an invalid `meta.platforms` in the linux_rpi
kernels, which use `overrideDerivation`.
2023-01-01 14:10:42 +01:00
..
configuration.chapter.md doc,nixos/doc: unescape double quotes 2022-12-27 17:13:49 +01:00
overlays.chapter.md nixpkgs/doc: update overlay/lapack section 2022-02-11 17:51:39 +01:00
overrides.chapter.md lib/customisation.overrideDerivation: propagate evaluation condition 2023-01-01 14:10:42 +01:00