aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libsigsegv.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/libsigsegv.scm')
0 files changed, 0 insertions, 0 deletions
is used in Emacs-Guix. Ludovic Courtès 2022-09-24gnu: Add compression module....Move the compression record to a dedicated module so that it can be used outside (guix scripts pack) module. * guix/scripts/pack.scm (<compressor>, %compressors, lookup-compressor): Move it to ... * gnu/compression.scm: ... this new file. * gnu/ci.scm: Adapt it. * local.mk (GNU_SYSTEM_MODULES): Add it. Mathieu Othacehe