aboutsummaryrefslogtreecommitdiff
path: root/tests/system.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-08 19:46:02 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-16 12:44:35 +0100
commit9ea9346168c446267fdaa46d72b19ce7c356944e (patch)
tree7802be825b065a4ac75edd290927824c6564fe72 /tests/system.scm
parentfa5d8c839aa569b59ea38b4d825f807d21b26a44 (diff)
downloadguix-9ea9346168c446267fdaa46d72b19ce7c356944e.tar.gz
guix-9ea9346168c446267fdaa46d72b19ce7c356944e.zip
gnu: Add python-cppy.
* gnu/packages/python-xyz.scm (python-cppy): New variable. Change-Id: I584fcddc3430960098d65f1916278a7473249a87
Diffstat (limited to 'tests/system.scm')
0 files changed, 0 insertions, 0 deletions
an title='2021-06-10 00:57:00 -0400'>2021-06-10gnu: docker: Replace tini by tini-static....The dynamically linked tini could fail in some environments, causing 'docker run' to exit with the following unhelpful error message: standard_init_linux.go:219: exec user process caused: no such file or directory Use the statically linked tini binary instead, which should work everywhere. * gnu/packages/docker.scm (docker)[phases]{patch-paths}: Replace 'tini' by 'tini-static'. Maxim Cournoyer 2021-06-10gnu: tini: Update to 0.19.0 and provide tini-static....* gnu/packages/docker.scm (tini): Update to 0.19.0. Remove trailing #t. [phases]: Remove argument. [configure-flags]: New argument, to clear the CMAKE_INSTALL_RPATH option. Maxim Cournoyer 2021-04-02gnu: containerd: Update to 1.4.4....* gnu/packages/docker.scm (containerd): Update to 1.4.4. Delete trailing #t. [arguments]: Set a MAKE-FLAGS binding. [phases]{patch-paths}: Patch the reference to 'unpigz'. {build, install}: Use the MAKE-FLAGS variable. [inputs]: Add pigz. * gnu/packages/patches/containerd-test-with-go1.13.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Un-register it. Maxim Cournoyer