From dd41a7f8d8d07a8638a19404072c78e9d0ac01b2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 4 Oct 2017 21:35:31 +0200 Subject: file-systems: Add a 'location' field to . * gnu/system/file-systems.scm ()[location]: New field. --- gnu/system/file-systems.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index 52f16676f5..92f040425d 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm @@ -38,6 +38,7 @@ file-system-check? file-system-create-mount-point? file-system-dependencies + file-system-location file-system-type-predicate @@ -101,7 +102,10 @@ (create-mount-point? file-system-create-mount-point? ; Boolean (default #f)) (dependencies file-system-dependencies ; list of - (default '()))) ; or + (default '())) ; or + (location file-system-location + (default (current-source-location)) + (innate))) ;; Note: This module is used both on the build side and on the host side. ;; Arrange not to pull (guix store) and (guix config) because the latter -- cgit v1.2.3 e8e540e475819'>treecommitdiff
AgeCommit message (Expand)Author
2022-06-18gnu: coq: Update to 8.15.2....Julien Lepiller
2022-05-01gnu: coq: Update to 8.15.1....Julien Lepiller
2022-02-11gnu: coq-stdpp: Update to 1.7.0....Julien Lepiller
2022-02-11gnu: coq-mathcomp: Update to 1.14.0....Julien Lepiller
2022-02-11gnu: coq: Update to 8.15.0....Julien Lepiller
2022-02-11gnu: coq-interval: Update to 4.4.0....Julien Lepiller
2022-02-11gnu: coq-bignums: Update to 8.15.0....Julien Lepiller
2022-02-11gnu: coq-gappa: Update to 1.5.1....Julien Lepiller
2022-02-11gnu: coq-flocq: Update to 4.0.0....Julien Lepiller
2021-12-22gnu: coq: Update to 8.14.1....Julien Lepiller
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-11-30gnu: coq: Update to 8.14.0....Julien Lepiller
2021-11-30gnu: proof-general: Update to latest commit....Julien Lepiller
2021-11-30gnu: coq-semantics: Update to 8.14.0....Julien Lepiller
2021-11-22gnu: proof-general: Adjust autoloads for Emacs....zimoun
2021-11-21gnu: coq-stdpp: Update to 1.6.0....Julien Lepiller
2021-11-21gnu: coq-interval: Update to 4.3.1....Julien Lepiller
2021-11-21gnu: coq-coquelicot: Update to 3.2.0....Julien Lepiller
2021-11-21gnu: coq-mathcomp: Update to 1.13.0....Julien Lepiller
2021-11-21gnu: coq-gappa: Update to 1.5.0....Julien Lepiller
2021-11-21gnu: coq-flocq: Update to 3.4.2....Julien Lepiller
2021-11-20gnu: coq-interval: Update home-page....Julien Lepiller
2021-11-20gnu: coq-gappa: Update home-page....Julien Lepiller
2021-11-20gnu: coq-flocq: Update home-page....Julien Lepiller
2021-11-18gnu: coq-stdpp: Adjust '#:make-flags'....zimoun
2021-11-18gnu: coq-equations: Adjust '#:make-flags'....zimoun
2021-11-18gnu: coq-autosubst: Adjust '#:make-flags'....zimoun
2021-11-18gnu: coq-mathcomp: Adjust '#:make-flags'....zimoun
2021-11-18gnu: Add coq-semantics....zimoun
2021-10-08gnu: coq: Add upstream-name....Julien Lepiller
2021-07-31gnu: coq: Update to 8.13.2....Julien Lepiller
2021-07-31gnu: coq-stdpp: Update to 1.5.0....Julien Lepiller