aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-11-14 23:30:38 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-11-15 09:45:28 +0200
commit538fe01934c38ebe06e6b68d805e410694191f49 (patch)
tree823ccd8d9b99688e26d0ef07d991293fcaa2328f /gnu/build
parent1f781865fb609f529752ff4d285c24c98a77912e (diff)
downloadguix-538fe01934c38ebe06e6b68d805e410694191f49.tar.gz
guix-538fe01934c38ebe06e6b68d805e410694191f49.zip
gnu: python-vcversioner: Update to 2.16.0.0.
* gnu/packages/python.scm (python-vcversioner): Update to 2.16.0.0. [inputs]: Remove python-setuptools. [properties]: New field. (python2-vcversioner): Use 'strip-python2-variant'. [native-inputs]: Add python2-setuptools.
Diffstat (limited to 'gnu/build')
0 files changed, 0 insertions, 0 deletions
exp 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