diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-06-07 22:35:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-14 11:17:00 +0200 |
commit | 078c2329c0ffc88ac8e334fcea5e025ee6410e62 (patch) | |
tree | 136a8598580930898073fc1dae0664d45d33d1f4 /guix/store | |
parent | 31a63be8784b2769c2db21388f788a8b975fd4e1 (diff) |
install: Use 'reset-timestamps' from (guix store database).
* gnu/build/install.scm (reset-timestamps): Remove.
* gnu/build/vm.scm: Use 'reset-timestamps' from (guix store database).
Diffstat (limited to 'guix/store')
-rw-r--r-- | guix/store/database.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/store/database.scm b/guix/store/database.scm index 3dbe5270a3..82938455ba 100644 --- a/guix/store/database.scm +++ b/guix/store/database.scm @@ -183,7 +183,6 @@ Every store item in REFERENCES must already be registered." ;;; High-level interface. ;;; -;; TODO: Factorize with that in (gnu build install). (define (reset-timestamps file) "Reset the modification time on FILE and on all the files it contains, if it's a directory. While at it, canonicalize file permissions." |