/nix/libutil/

ref='/guix/log/?id=0a58c7c1c05dfe19b91d222b9fb6446b160dade7'>root/gnu/packages/lsof.scm
AgeCommit message (Expand)Author
2022-04-08gnu: 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-30lsof: Prevent mass-rebuild....* gnu/packages/lsof.scm (lsof): Set LINUX_CONF_CC variable only when cross-compiling. Mathieu Othacehe
2022-03-30gnu: 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
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-11gnu: lsof: Fix indentation....* gnu/packages/lsof.scm (lsof): Fix indentation. Maxim Cournoyer
2021-11-11gnu: lsof: Disable the LTlock test....Fixes <https://issues.guix.gnu.org/44953>. * gnu/packages/lsof.scm (lsof)[phases]: Remove trailing #t. {disable-failing-tests}: Disable the LTlock test. Maxim Cournoyer
2020-11-23gnu: lsof: Cross-compile....* gnu/packages/lsof.scm (lsof)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2020-11-23gnu: lsof: Make test failures fatal....* gnu/packages/lsof.scm (lsof)[source]: Add patch to make test suite failures stop the build. * gnu/packages/patches/lsof-fatal-test-failures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2020-11-23gnu: lsof: Respect #:tests?....* gnu/packages/lsof.scm (lsof)[arguments]: The 'check phase takes and respects a TESTS? keyword. Tobias Geerinckx-Rice
2020-11-23gnu: lsof: Update to 4.94.0....* gnu/packages/lsof.scm (lsof): Update to 4.94.0. [source]: Switch to new git upstream. [native-inputs]: Add groff. [arguments]: Remove custom 'unpack phase. Add a 'build-man-page phase. Remove the upstreamed glibc@2.28 test fix. Tobias Geerinckx-Rice