aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
blob: c8ec310665f77db7a7da2931777451077e19d902 (about) (plain)
blob size (332KB) exceeds display size limit (100KB).
ertm): Remove. Ludovic Courtès 2018-08-24grafts: Add (guix build debug-link) and use it....Fixes <https://bugs.gnu.org/19973>. Reported by Mark H Weaver <mhw@netris.org>. * guix/build/debug-link.scm: New file. * guix/build/graft.scm (%graft-hooks): New variable. (graft): Add #:hooks and honor it. * guix/grafts.scm (graft-derivation/shallow): Add (guix build debug-link) and (guix elf) to #:modules. * tests/debug-link.scm: New file. * Makefile.am (MODULES): Add guix/build/debug-link.scm. (SCM_TESTS): Add tests/debug-link.scm. Ludovic Courtès