aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/hurd.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-03-22 22:11:19 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-03-27 23:05:15 +0000
commit81a417aa3e3f1d619d1bad55c5e30785f376cf9f (patch)
tree18d9408bb87da00cd3225f96899a324bfdc3ba7f /gnu/services/hurd.scm
parent5ad619e0dcb89d1d0c608186717efce41081d9b9 (diff)
downloadguix-81a417aa3e3f1d619d1bad55c5e30785f376cf9f.tar.gz
guix-81a417aa3e3f1d619d1bad55c5e30785f376cf9f.zip
gnu: Add go-github-com-xhit-go-str2duration-v2.
* gnu/packages/golang-xyz.scm (go-github-com-xhit-go-str2duration-v2): New variable. Change-Id: I30425e498db6dd8cb736eedffe006346973628ed
Diffstat (limited to 'gnu/services/hurd.scm')
0 files changed, 0 insertions, 0 deletions
(finalize-store-file): Adjust accordingly. * guix/scripts/pack.scm (store-database)[build]: Likewise. Ludovic Courtès 2020-12-15image: 'register-closure' assumes already-reset timestamps....* gnu/build/image.scm (register-closure): Remove #:reset-timestamps? parameter. Pass #:reset-timestamps? #f to 'register-items'. (initialize-root-partition): Adjust accordingly. * gnu/build/vm.scm (register-closure, root-partition-initializer): Likewise. Ludovic Courtès 2020-12-15store-copy: 'populate-store' resets timestamps....Until now, 'populate-store' would reset permissions but not timestamps, so callers would resort to going through an extra directory traversal to reset timestamps. * guix/build/store-copy.scm (reset-permissions): Remove. (copy-recursively): New procedure. (populate-store): Pass #:keep-permissions? to 'copy-recursively'. Remove call to 'reset-permissions'. * tests/gexp.scm ("gexp->derivation, store copy"): In BUILD-DRV, check whether 'populate-store' canonicalizes permissions and timestamps. * gnu/build/image.scm (initialize-root-partition): Pass #:reset-timestamps? #f to 'register-closure'. * gnu/build/vm.scm (root-partition-initializer): Likewise. Ludovic Courtès