aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-05-06 13:51:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-05-06 14:36:07 +0300
commit166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1 (patch)
tree8135dbd354f3baa1dde0df8105d0af05b91d1ca3 /Makefile.am
parent549e478f2355e3283e3a80fa16d7adb29162e66b (diff)
downloadguix-166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1.tar.gz
guix-166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1.zip
gnu: ncdu-2: Update to 2.1.2.
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.2.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions
code code point, doing the substitution, then reverting the replacement. * guix/build/utils.scm (unused-private-use-code-point) (replace-char): New procedures. (substitute): Make use of the above procedures to work around the NUL character regexp engine limitation. * tests/build-utils.scm: Add tests. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Mark H Weaver 2020-11-16Properly deal with build directories containing '~'....Fixes <https://bugs.gnu.org/44626>. Reported by Vagrant Cascadian <vagrant@debian.org>. * tests/build-utils.scm ("wrap-script, simple case"): Pass SCRIPT-CONTENTS to 'display' rather than 'format'. * gnu/services/base.scm (file-system->shepherd-service-name) [valid-characters, mount-point]: New variables. Filter out invalid store file name characters from the mount point of FILE-SYSTEM. Ludovic Courtès