Age | Commit message (Expand) | Author |
2022-04-08 | gnu: lsof: Fix invalid G-Expression....Cross-compiling lsof is failing with an "invalid G-expression input"
error. Fix this by using a quoted list.
* gnu/packages/lsof.scm (lsof): Fix invalid G-Expression.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brian Kubisiak |
2022-03-30 | lsof: Prevent mass-rebuild....* gnu/packages/lsof.scm (lsof): Set LINUX_CONF_CC variable only when
cross-compiling.
| Mathieu Othacehe |
2022-03-30 | gnu: lsof: Fix cross-compilation....* gnu/packages/lsof (lsof)[arguments]: Add LINUX_CONF_CC environment
variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Brian Kubisiak |