nixpkgs/pkgs/applications/misc/termite
Maximilian Bosch 134c5cc8db termite: factor wrapper out into its own file (#43691)
Until now it's impossible to override the attrs of the actual build
instruction for the `termite` package like this:

```
termite.overrideAttrs (_: {
  # ...
})
```

This issue occurs since the `termite/default.nix` expressions returns
the `symlinkJoin` expression when I override termite (e.g. to provide a
config file).

I recently patched termite and wanted to apply this patch to my local
termite installation in my system config which is impossible this, so
splitting the wrapper and the build instruction into their own files
makes this way easier to maintian.
2018-08-01 16:09:55 +02:00
..
add_errno_header.patch termite: Add support for macOS (#43415) 2018-07-14 01:00:39 +02:00
default.nix termite: factor wrapper out into its own file (#43691) 2018-08-01 16:09:55 +02:00
remove_ldflags_macos.patch termite: Add support for macOS (#43415) 2018-07-14 01:00:39 +02:00
url_regexp_trailing.patch termite: Add patch to avoid matching trailing punctuation in URLs 2017-12-20 21:08:08 +01:00
wrapper.nix termite: factor wrapper out into its own file (#43691) 2018-08-01 16:09:55 +02:00