system: Add missing exports to (gnu system file-systems).
* gnu/system/file-systems.scm (%pseudo-terminal-file-system) (%shared-memory-file-system): Add to export list.
This commit is contained in:
parent
db17ae5c27
commit
705f8b68f1
|
@ -33,6 +33,8 @@
|
||||||
|
|
||||||
%fuse-control-file-system
|
%fuse-control-file-system
|
||||||
%binary-format-file-system
|
%binary-format-file-system
|
||||||
|
%shared-memory-file-system
|
||||||
|
%pseudo-terminal-file-system
|
||||||
%devtmpfs-file-system
|
%devtmpfs-file-system
|
||||||
|
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
|
|
Loading…
Reference in New Issue