From a48d34504181e2f14cef3a5514d2319e60453a79 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 18 May 2018 10:11:17 +0200 Subject: file-systems: Do not export . * gnu/system/file-systems.scm (): Do not export. * gnu/system.scm (operating-system-root-file-system): Use an accessor instead of 'match'. --- gnu/system/file-systems.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/system') diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index d2acd705de..93289dbd5d 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm @@ -25,8 +25,7 @@ #:re-export (uuid ;backward compatibility string->uuid uuid->string) - #:export ( - file-system + #:export (file-system file-system? file-system-device file-system-title -- cgit v1.2.3