aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor/static.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/compositor/static.lux')
-rw-r--r--stdlib/source/program/compositor/static.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/program/compositor/static.lux b/stdlib/source/program/compositor/static.lux
index 1208687b3..498842248 100644
--- a/stdlib/source/program/compositor/static.lux
+++ b/stdlib/source/program/compositor/static.lux
@@ -6,7 +6,8 @@
[file (#+ Path)]]]])
(type: .public Static
- {#host Target
- #host_module_extension Text
- #target Path
- #artifact_extension Text})
+ (Record
+ {#host Target
+ #host_module_extension Text
+ #target Path
+ #artifact_extension Text}))