summaryrefslogtreecommitdiff
path: root/guix/packages.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/packages.scm')
-rw-r--r--guix/packages.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index a25eab7699..ed9a565dc6 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -180,7 +180,8 @@ representation."
corresponds to the arguments expected by `set-path-environment-variable'."
(match spec
(($ <search-path-specification> variable directories separator)
- `(,variable ,directories ,separator))))
+ ;; TODO: Allow other values of TYPE. See <http://bugs.gnu.org/18033>.
+ `(,variable ,directories ,separator directory))))
(define %supported-systems
;; This is the list of system types that are supported. By default, we