nixpkgs/pkgs/applications/misc/st
nschoe b584941ab9
st: copy config file in 'prePatch' instead of 'preBuild'
The patch phase runs after the build phase. Which means than when
using an override to override both 'conf' and 'patches' to provide
a custom config file and apply some patches, it doesn't work:
- first the patches applied (optionally changing config.def.h)
- then preBuild is run which overrides config.def.h with the user
supplied one (effectively cancelling previously applied patches)

By copying the config file in the prePatch phase instead, changes
are kept and applied in order.
2020-04-17 14:52:40 +01:00
..
default.nix st: copy config file in 'prePatch' instead of 'preBuild' 2020-04-17 14:52:40 +01:00
xst.nix treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00