aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ninja.scm
diff options
context:
space:
mode:
authorarkhan <arkhan@riseup.net>2022-07-12 19:01:21 -0500
committerLudovic Courtès <ludo@gnu.org>2022-07-19 23:23:37 +0200
commit22530b2645d64658e4b7dea8801f5604dfd395a0 (patch)
tree96b92a05aef9871dd7e77e61678f71e65efe62b8 /gnu/packages/ninja.scm
parent3f62ddc0d5eebbff32bd05ba42148fdc3a6b02e3 (diff)
downloadguix-22530b2645d64658e4b7dea8801f5604dfd395a0.tar.gz
guix-22530b2645d64658e4b7dea8801f5604dfd395a0.zip
gnu: flameshot: Update to 12.1.0.
* gnu/packages/image.scm (flameshot): Update to 12.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/ninja.scm')
0 files changed, 0 insertions, 0 deletions
>2019-09-26shepherd: 'make-forkexec-constructor/container' keeps the log file....* gnu/build/shepherd.scm (make-forkexec-constructor/container): Don't call 'clean-up' on LOG-FILE. This mirrors Shepherd commit 6892f638c78a14fedd075f664432757bc015c140. Ludovic Courtès 2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'....This allows containers created by "guix environment -CN" or by "guix system container -N" to talk to the host nscd. * gnu/system/file-systems.scm (%network-file-mappings): Add "/var/run/nscd". * gnu/build/shepherd.scm (default-mounts)[nscd-socket]: Remove. * gnu/system/linux-container.scm (container-script)[nscd-run-directory] [nscd-mapping, nscd-os, nscd-specs]: Remove. [script]: Filter out from SPECS bind-mounts where the device does not exist. * guix/scripts/environment.scm (launch-environment/container) [optional-mapping->fs]: New procedure. [mappings]: Remove %NETWORK-FILE-MAPPINGS. [file-systems]: Add %NETWORK-FILE-MAPPINGS here, filtered through 'optional-mapping->fs'. Ludovic Courtès