aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ri-li-modernize_cpp.patch
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-22 19:22:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-23 02:51:29 +0200
commit3b5297d975efd07e7819f671c14856fd0778870e (patch)
tree388b64068f55b2b996fe567bb4cabb6dd9074d88 /gnu/packages/patches/ri-li-modernize_cpp.patch
parent8d9a2dee1f213a35ce2e74d657806819b5df3126 (diff)
downloadguix-3b5297d975efd07e7819f671c14856fd0778870e.tar.gz
guix-3b5297d975efd07e7819f671c14856fd0778870e.zip
gnu: cups-minimal: Never cupsAdminGetServerSettings.
* gnu/packages/cups.scm (cups-minimal)[arguments]: Add a new 'never-cupsAdminGetServerSettings phase.
Diffstat (limited to 'gnu/packages/patches/ri-li-modernize_cpp.patch')
0 files changed, 0 insertions, 0 deletions
class='msg-avail'>...* gnu/services/docker.scm (serialize-boolean): Delete procedure. (docker-configuration) <no-serialization>: New syntactic keyword. Maxim Cournoyer 2020-10-17services: docker: Fix missing containerd-shim binary....This commit fixes error 'time="2020-10-16T…" level=error msg="Handler for POST /v1.40/containers/…/start returned error: failed to start shim: exec: \"containerd-shim\": executable file not found in $PATH: unknown"'. * gnu/services/docker.scm (containerd-shepherd-service): Add "containerd-shim" to PATH. Oleg Pykhalov