It's a feature request. Is it hard to implement another few fields for recipes like :when-system and :when-executable? And implement it like this:
(when (executable-find "ghc") ...)
(when (eq system-type 'darwin) ...)
This let install some packages only for target OS and only if required executables found.
It's a feature request. Is it hard to implement another few fields for recipes like
:when-systemand:when-executable? And implement it like this:This let install some packages only for target OS and only if required executables found.