aboutsummaryrefslogtreecommitdiff
path: root/guix/build/profiles.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-27 22:36:52 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-27 22:36:52 +0200
commit6a669bda51acb12b4ae4901c1df04fa5965ef1d0 (patch)
tree665010bbd8ab0a25321179c54fa73c49d3ce3989 /guix/build/profiles.scm
parent102f7101b965be55ef1f80e80eec127a982b20a1 (diff)
downloadguix-6a669bda51acb12b4ae4901c1df04fa5965ef1d0.tar
guix-6a669bda51acb12b4ae4901c1df04fa5965ef1d0.tar.gz
profiles: Export 'ensure-writable-directory' and use it.
* guix/build/profiles.scm (ensure-writable-directory): Export. * guix/profiles.scm (gtk-icon-themes)[build]: Remove '@@' form and use (guix build profiles).
Diffstat (limited to 'guix/build/profiles.scm')
-rw-r--r--guix/build/profiles.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/build/profiles.scm b/guix/build/profiles.scm
index 2becc6b9af..6e316d5d2c 100644
--- a/guix/build/profiles.scm
+++ b/guix/build/profiles.scm
@@ -24,7 +24,8 @@
#:use-module (ice-9 ftw)
#:use-module (ice-9 match)
#:use-module (ice-9 pretty-print)
- #:export (build-profile))
+ #:export (ensure-writable-directory
+ build-profile))
;;; Commentary:
;;;